| Package | Description |
|---|---|
| org.locationtech.geowave.core.geotime.adapter |
| Modifier and Type | Method and Description |
|---|---|
SpatialFieldDescriptorBuilder<T> |
SpatialFieldDescriptorBuilder.crs(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Specify the coordinate reference system of the spatial field.
|
SpatialFieldDescriptorBuilder<T> |
SpatialFieldDescriptorBuilder.latitudeIndexHint()
Hint that the field contains latitude information and should be used in spatial indexing.
|
SpatialFieldDescriptorBuilder<T> |
SpatialFieldDescriptorBuilder.longitudeIndexHint()
Hint that the field contains longitude information and should be used in spatial indexing.
|
SpatialFieldDescriptorBuilder<T> |
SpatialFieldDescriptorBuilder.spatialIndexHint()
Hint that the field contains both latitude and longitude information and should be used in
spatial indexing.
|
Copyright © 2013–2021. All rights reserved.