Uses of Class
com.luciad.format.gml31.model.TLcdGML31TimePosition
Packages that use 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
Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31TimePositionModifier and TypeMethodDescriptionTLcdGML31EnvelopeWithTimePeriod.getTimePosition()
Returns the value of the property that maps to thetimePosition
element.Constructors in com.luciad.format.gml31.model with parameters of type TLcdGML31TimePositionModifierConstructorDescriptionTLcdGML31TimeInstant
(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.