Uses of Class
com.luciad.format.gml32.model.TLcdGML32TimePosition
Packages that use TLcdGML32TimePosition
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32TimePosition in com.luciad.format.gml32.model
Methods in com.luciad.format.gml32.model that return TLcdGML32TimePositionModifier and TypeMethodDescriptionTLcdGML32EnvelopeWithTimePeriod.getBeginPosition()Returns the value of the property that maps to thebeginPositionelement.TLcdGML32EnvelopeWithTimePeriod.getEndPosition()Returns the value of the property that maps to theendPositionelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32TimePositionModifier and TypeMethodDescriptionvoidTLcdGML32EnvelopeWithTimePeriod.setBeginPosition(TLcdGML32TimePosition aValue) Sets the value of the property that maps to thebeginPositionelement.voidTLcdGML32EnvelopeWithTimePeriod.setEndPosition(TLcdGML32TimePosition aValue) Sets the value of the property that maps to theendPositionelement.Constructors in com.luciad.format.gml32.model with parameters of type TLcdGML32TimePositionModifierConstructorDescriptionTLcdGML32TimeInstant(TLcdGML32TimePosition aPosition) Convenience constructor that initializes the instant with the given position.TLcdGML32TimePeriod(TLcdGML32TimePosition aBegin, TLcdGML32TimePosition aEnd) Creates a new time period based on the given begin and end time positions.