Uses of Class
com.luciad.format.gml31.model.TLcdGML31TimePosition
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31TimePosition in com.luciad.format.gml31.model
Modifier and TypeMethodDescriptionTLcdGML31EnvelopeWithTimePeriod.getTimePosition()
Returns the value of the property that maps to thetimePosition
element.ModifierConstructorDescriptionTLcdGML31TimeInstant
(TLcdGML31TimePosition aPosition) Convenience constructor that initializes the instant with the given position.TLcdGML31TimePeriod
(TLcdGML31TimePosition aBegin, TLcdGML31TimePosition aEnd) Creates a new time period based on the given begin and end time positions.