Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] ingesting just spatio data (not spatio-temporal data)

If data does not have temporal field, is just spatio does one have to do anything special on ingest (not using command line ingester but java code to ingest)?

 

i.e. just not do anything like:

 

           simpleFeatureType.getUserData().put(

                  Constants.SF_PROPERTY_START_TIME,

                  “time”);

 

Or done one have to set a different constant?

 

Thanks,

Diane


Back to the top