Package org.geotools.api.temporal
Interface TemporalPosition
- 
- All Known Subinterfaces:
- CalendarDate,- ClockTime,- DateAndTime,- JulianDate,- OrdinalPosition,- TemporalCoordinate
 - All Known Implementing Classes:
- DefaultCalendarDate,- DefaultClockTime,- DefaultDateAndTime,- DefaultJulianDate,- DefaultOrdinalPosition,- DefaultTemporalCoordinate,- DefaultTemporalPosition
 
 public interface TemporalPositionUsed for describing temporal positions referenced to other temporal reference systems.- Author:
- Stephane Fellah (Image Matters), Alexander Petkov
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IndeterminateValuegetIndeterminatePosition()This attribute provides the only value for temporal position unless a subtype ofTemporalPositionis used as the data type.
 
- 
- 
- 
Method Detail- 
getIndeterminatePositionIndeterminateValue getIndeterminatePosition() This attribute provides the only value for temporal position unless a subtype ofTemporalPositionis used as the data type. When this attribute is used with a subtype ofTemporalPosition, it provides a qualifier to the specific value for temporal position provided by the subtype.
 
- 
 
-