T - the adapter field typepublic class SpatialFieldDescriptorBuilder<T> extends FieldDescriptorBuilder<T,SpatialFieldDescriptor<T>,SpatialFieldDescriptorBuilder<T>>
| Modifier and Type | Field and Description |
|---|---|
protected org.opengis.referencing.crs.CoordinateReferenceSystem |
crs |
bindingClass, fieldName, indexHints| Constructor and Description |
|---|
SpatialFieldDescriptorBuilder(Class<T> bindingClass) |
| Modifier and Type | Method and Description |
|---|---|
SpatialFieldDescriptor<T> |
build() |
SpatialFieldDescriptorBuilder<T> |
crs(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
Specify the coordinate reference system of the spatial field.
|
SpatialFieldDescriptorBuilder<T> |
latitudeIndexHint()
Hint that the field contains latitude information and should be used in spatial indexing.
|
SpatialFieldDescriptorBuilder<T> |
longitudeIndexHint()
Hint that the field contains longitude information and should be used in spatial indexing.
|
SpatialFieldDescriptorBuilder<T> |
spatialIndexHint()
Hint that the field contains both latitude and longitude information and should be used in
spatial indexing.
|
fieldName, indexHintpublic SpatialFieldDescriptorBuilder<T> spatialIndexHint()
public SpatialFieldDescriptorBuilder<T> latitudeIndexHint()
public SpatialFieldDescriptorBuilder<T> longitudeIndexHint()
public SpatialFieldDescriptorBuilder<T> crs(org.opengis.referencing.crs.CoordinateReferenceSystem crs)
public SpatialFieldDescriptor<T> build()
build in class FieldDescriptorBuilder<T,SpatialFieldDescriptor<T>,SpatialFieldDescriptorBuilder<T>>Copyright © 2013–2021. All rights reserved.