Uses of Class
com.luciad.format.gml32.model.TLcdGML32Measure
Packages that use TLcdGML32Measure
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
This package contains information concerning the mechanisms used to represent spatial information
in a dataset.
-
Uses of TLcdGML32Measure in com.luciad.format.gml32.model
Subclasses of TLcdGML32Measure in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclass
The gml:angle property element is used to record the value of an angle quantity as a single number, with its units.class
class
class
This is a prototypical definition for a specific measure type defined as a vacuous extension (i.e.class
An XML attribute uom ("unit of measure") is required, whose value is a URI which identifies the definition of a ratio scale or units by which the numeric value shall be multiplied, or an interval or position scale on which the value occurs.class
class
class
class
Methods in com.luciad.format.gml32.model that return TLcdGML32MeasureModifier and TypeMethodDescriptionTLcdGML32DirectedObservationAtDistance.getDistance()
Returns the value of the property that maps to thedistance
element.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32MeasureModifier and TypeMethodDescriptionvoid
TLcdGML32DirectedObservationAtDistance.setDistance
(TLcdGML32Measure aValue) Sets the value of the property that maps to thedistance
element. -
Uses of TLcdGML32Measure in com.luciad.format.metadata.model.spatial
Methods in com.luciad.format.metadata.model.spatial that return TLcdGML32MeasureModifier and TypeMethodDescriptionTLcdISO19115Dimension.getResolution()
Returns the role value contained in the value of theTLcdISO19115Dimension.RESOLUTION_PROPERTY
property.Methods in com.luciad.format.metadata.model.spatial with parameters of type TLcdGML32MeasureModifier and TypeMethodDescriptionvoid
TLcdISO19115Dimension.setResolution
(TLcdGML32Measure aValue) Sets the value of the property that maps to theresolution
element.