| Class | Description |
|---|---|
| GeometryFieldMapper |
Maps a `Geometry` adapter field to a `Geometry` index field.
|
| GeotimeRegisteredIndexFieldMappers |
Registered spatial and temporal adapter to index field mappers.
|
| LatLonFieldMapper<N> |
Abstract field mapper for mapping latitude and longitude adapter fields to a singular `Geometry`
index field.
|
| LatLonFieldMapper.DoubleLatLonFieldMapper |
Maps `Double` latitude and longitude adapter fields to a `Geometry` index field.
|
| LatLonFieldMapper.FloatLatLonFieldMapper |
Maps `Float` latitude and longitude adapter fields to a `Geometry` index field.
|
| SpatialFieldDescriptor<T> |
An adapter field descriptor that also contains a `CoordinateReferenceSystem`.
|
| SpatialFieldDescriptorBuilder<T> |
A field descriptor builder that includes helper functions for spatial indexing hints and
`CoordinateReferenceSystem`.
|
| SpatialFieldMapper<N> |
Maps an adapter spatial field or fields to a geometry index field, transforming the geometry to
the appropriate CRS if necessary.
|
| TemporalFieldDescriptor<T> |
An adapter field descriptor to represent temporal fields.
|
| TemporalFieldDescriptorBuilder<T> |
A field descriptor builder for adapter fields that contain time information.
|
| TemporalIntervalFieldMapper<N> |
Maps an adapter temporal field or fields to an `Interval` index field.
|
| TemporalLongFieldMapper<N> |
Maps an adapter temporal field or fields to a `Long` index field.
|
| TemporalLongFieldMapper.CalendarLongFieldMapper |
Maps a `Calendar` adapter field to an `Long` index field.
|
| TemporalLongFieldMapper.DateLongFieldMapper |
Maps a `Date` adapter field to an `Long` index field.
|
| TimeInstantFieldMapper<N> |
Maps a single adapter field that represents an instant in time to an `Interval` index field.
|
| TimeInstantFieldMapper.CalendarInstantFieldMapper |
Maps a `Calendar` adapter field to an `Interval` index field.
|
| TimeInstantFieldMapper.DateInstantFieldMapper |
Maps a `Date` adapter field to an `Interval` index field.
|
| TimeInstantFieldMapper.LongInstantFieldMapper |
Maps a `Long` adapter field to an `Interval` index field.
|
| TimeRangeFieldMapper<N> |
Maps two adapter fields that represent a start and end time to an `Interval` index field.
|
| TimeRangeFieldMapper.CalendarRangeFieldMapper |
Maps two `Calendar` adapter fields to an `Interval` index field.
|
| TimeRangeFieldMapper.DateRangeFieldMapper |
Maps two `Date` adapter fields to an `Interval` index field.
|
| TimeRangeFieldMapper.LongRangeFieldMapper |
Maps two `Long` adapter fields to an `Interval` index field.
|
Copyright © 2013–2021. All rights reserved.