| Package | Description |
|---|---|
| org.locationtech.geowave.core.geotime.adapter |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeInstantFieldMapper<N>
Maps a single adapter field that represents an instant in time to an `Interval` index field.
|
static class |
TimeInstantFieldMapper.CalendarInstantFieldMapper
Maps a `Calendar` adapter field to an `Interval` index field.
|
static class |
TimeInstantFieldMapper.DateInstantFieldMapper
Maps a `Date` adapter field to an `Interval` index field.
|
static class |
TimeInstantFieldMapper.LongInstantFieldMapper
Maps a `Long` adapter field to an `Interval` index field.
|
class |
TimeRangeFieldMapper<N>
Maps two adapter fields that represent a start and end time to an `Interval` index field.
|
static class |
TimeRangeFieldMapper.CalendarRangeFieldMapper
Maps two `Calendar` adapter fields to an `Interval` index field.
|
static class |
TimeRangeFieldMapper.DateRangeFieldMapper
Maps two `Date` adapter fields to an `Interval` index field.
|
static class |
TimeRangeFieldMapper.LongRangeFieldMapper
Maps two `Long` adapter fields to an `Interval` index field.
|
Copyright © 2013–2021. All rights reserved.