@Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface GeoWaveSpatialField
BasicDataTypeAdapter. This annotation
allows a CRS and spatial index hints to be easily defined.| Modifier and Type | Optional Element and Description |
|---|---|
String |
crs
The CRS code to use for the field.
|
String[] |
indexHints
Index hints to use for the field.
|
boolean |
latitudeIndexHint
If
true this field will be preferred as the latitude dimension for spatial indices. |
boolean |
longitudeIndexHint
If
true this field will be preferred as the longitude dimension for spatial indices. |
String |
name
The name to use for the field.
|
boolean |
spatialIndexHint
If
true this field will be preferred for spatial indices. |
public abstract String name
public abstract String[] indexHints
public abstract String crs
public abstract boolean spatialIndexHint
true this field will be preferred for spatial indices.Copyright © 2013–2021. All rights reserved.