Uses of Class
com.luciad.format.gml32.model.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
Modifier and TypeClassDescriptionclass
gml:TimeGeometricPrimitive acts as the head of a substitution group for geometric temporal primitives.class
A zero-dimensional geometric primitive that represents an identifiableposition
in time.class
A 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.Modifier and TypeMethodDescriptionTLcdGML32TimePrimitiveProperty.getAbstractTimePrimitive()
Returns the value of the property that maps to theAbstractTimePrimitive
element.TLcdGML32AbstractTimeSlice.getValidTime()
Returns the value of the property that maps to thevalidTime
element.TLcdGML32DynamicFeature.getValidTime()
Returns the value of the property that maps to thevalidTime
element.TLcdGML32Observation.getValidTime()
Returns the value of the property that maps to thevalidTime
element.Modifier and TypeMethodDescriptionvoid
TLcdGML32TimePrimitiveProperty.setAbstractTimePrimitive
(TLcdGML32AbstractTimePrimitive aValue) Sets the value of the property that maps to theAbstractTimePrimitive
element.void
TLcdGML32AbstractTimeSlice.setValidTime
(TLcdGML32AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTime
element.void
TLcdGML32DynamicFeature.setValidTime
(TLcdGML32AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTime
element.void
TLcdGML32Observation.setValidTime
(TLcdGML32AbstractTimePrimitive aValue) Sets the value of the property that maps to thevalidTime
element. -
Uses of TLcdGML32AbstractTimePrimitive in com.luciad.format.metadata.model.extent
ModifierConstructorDescriptionConvenience method that initializes the extent using the given time primitive.