Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractTimePrimitive
Packages that use TLcdGML32AbstractTimePrimitive
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
The datatype in this package is an aggregate of the metadata elements that describe the spatial
and temporal extent of the referring entity.
-
Uses of TLcdGML32AbstractTimePrimitive in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractTimePrimitive in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclassgml:TimeGeometricPrimitive acts as the head of a substitution group for geometric temporal primitives.classA zero-dimensional geometric primitive that represents an identifiablepositionin time.classA GML period acts as a one-dimensional geometric primitive that represents an identifiable extent in time, usually defined by two time positions or time instants.Methods in com.luciad.format.gml32.model that return TLcdGML32AbstractTimePrimitiveModifier and TypeMethodDescriptionTLcdGML32TimePrimitiveProperty.getAbstractTimePrimitive()Returns the value of the property that maps to theAbstractTimePrimitiveelement.TLcdGML32AbstractTimeSlice.getValidTime()Returns the value of the property that maps to thevalidTimeelement.TLcdGML32DynamicFeature.getValidTime()Returns the value of the property that maps to thevalidTimeelement.TLcdGML32Observation.getValidTime()Returns the value of the property that maps to thevalidTimeelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractTimePrimitiveModifier and TypeMethodDescriptionvoidTLcdGML32TimePrimitiveProperty.setAbstractTimePrimitive(TLcdGML32AbstractTimePrimitive aValue) Sets the value of the property that maps to theAbstractTimePrimitiveelement.voidTLcdGML32AbstractTimeSlice.setValidTime(TLcdGML32AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTimeelement.voidTLcdGML32DynamicFeature.setValidTime(TLcdGML32AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTimeelement.voidTLcdGML32Observation.setValidTime(TLcdGML32AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTimeelement. -
Uses of TLcdGML32AbstractTimePrimitive in com.luciad.format.metadata.model.extent
Constructors in com.luciad.format.metadata.model.extent with parameters of type TLcdGML32AbstractTimePrimitiveModifierConstructorDescriptionConvenience method that initializes the extent using the given time primitive.