Uses of Class
com.luciad.format.gml31.model.TLcdGML31Measure
Packages that use 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
Subclasses of TLcdGML31Measure in com.luciad.format.gml31.modelModifier and TypeClassDescriptionclassValue of an angle quantity recorded as a single number, with its units.classValue of a spatial area quantity, with its units.classValue 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.classValue of a length (or distance) quantity, with its units.classValue of a scale factor (or ratio) that has no physical unit.classValue of a speed, with its units.classValue of a time or temporal quantity, with its units.classValue of a spatial volume quantity, with its units.Methods in com.luciad.format.gml31.model that return TLcdGML31MeasureModifier and TypeMethodDescriptionTLcdGML31MovingObjectStatus.getAcceleration()Returns the value of the property that maps to theaccelerationelement.TLcdGML31DirectedObservationAtDistance.getDistance()Returns the value of the property that maps to thedistanceelement.TLcdGML31MovingObjectStatus.getElevation()Returns the value of the property that maps to theelevationelement.TLcdGML31MovingObjectStatus.getSpeed()Returns the value of the property that maps to thespeedelement.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31MeasureModifier and TypeMethodDescriptionvoidTLcdGML31MovingObjectStatus.setAcceleration(TLcdGML31Measure aValue) Sets the value of the property that maps to theaccelerationelement.voidTLcdGML31DirectedObservationAtDistance.setDistance(TLcdGML31Measure aValue) Sets the value of the property that maps to thedistanceelement.voidTLcdGML31MovingObjectStatus.setElevation(TLcdGML31Measure aValue) Sets the value of the property that maps to theelevationelement.voidTLcdGML31MovingObjectStatus.setSpeed(TLcdGML31Measure aValue) Sets the value of the property that maps to thespeedelement.