Uses of Class
com.luciad.format.gml31.model.TLcdGML31Measure
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31Measure in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
Value of an angle quantity recorded as a single number, with its units.class
Value of a spatial area quantity, with its units.class
Value of a length (or distance) quantity in a grid, where the grid spacing does not have any associated physical units, or does not have a constant physical spacing.class
Value of a length (or distance) quantity, with its units.class
Value of a scale factor (or ratio) that has no physical unit.class
Value of a speed, with its units.class
Value of a time or temporal quantity, with its units.class
Value of a spatial volume quantity, with its units.Modifier and TypeMethodDescriptionTLcdGML31MovingObjectStatus.getAcceleration()
Returns the value of the property that maps to theacceleration
element.TLcdGML31DirectedObservationAtDistance.getDistance()
Returns the value of the property that maps to thedistance
element.TLcdGML31MovingObjectStatus.getElevation()
Returns the value of the property that maps to theelevation
element.TLcdGML31MovingObjectStatus.getSpeed()
Returns the value of the property that maps to thespeed
element.Modifier and TypeMethodDescriptionvoid
TLcdGML31MovingObjectStatus.setAcceleration
(TLcdGML31Measure aValue) Sets the value of the property that maps to theacceleration
element.void
TLcdGML31DirectedObservationAtDistance.setDistance
(TLcdGML31Measure aValue) Sets the value of the property that maps to thedistance
element.void
TLcdGML31MovingObjectStatus.setElevation
(TLcdGML31Measure aValue) Sets the value of the property that maps to theelevation
element.void
TLcdGML31MovingObjectStatus.setSpeed
(TLcdGML31Measure aValue) Sets the value of the property that maps to thespeed
element.