| Package | Description |
|---|---|
| org.locationtech.geowave.core.geotime.adapter |
| Class and Description |
|---|
| LatLonFieldMapper
Abstract field mapper for mapping latitude and longitude adapter fields to a singular `Geometry`
index field.
|
| SpatialFieldDescriptor
An adapter field descriptor that also contains a `CoordinateReferenceSystem`.
|
| SpatialFieldDescriptorBuilder
A field descriptor builder that includes helper functions for spatial indexing hints and
`CoordinateReferenceSystem`.
|
| SpatialFieldMapper
Maps an adapter spatial field or fields to a geometry index field, transforming the geometry to
the appropriate CRS if necessary.
|
| TemporalFieldDescriptor
An adapter field descriptor to represent temporal fields.
|
| TemporalFieldDescriptorBuilder
A field descriptor builder for adapter fields that contain time information.
|
| TemporalIntervalFieldMapper
Maps an adapter temporal field or fields to an `Interval` index field.
|
| TemporalLongFieldMapper
Maps an adapter temporal field or fields to a `Long` index field.
|
| TimeInstantFieldMapper
Maps a single adapter field that represents an instant in time to an `Interval` index field.
|
| TimeRangeFieldMapper
Maps two adapter fields that represent a start and end time to an `Interval` index field.
|
Copyright © 2013–2021. All rights reserved.