Uses of Class
com.luciad.format.gml32.model.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
Modifier 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
Modifier and TypeMethodDescriptionTLcdGML32DirectedObservationAtDistance.getDistance()
Returns the value of the property that maps to thedistance
element.Modifier 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
Modifier and TypeMethodDescriptionTLcdISO19115Dimension.getResolution()
Returns the role value contained in the value of theTLcdISO19115Dimension.RESOLUTION_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdISO19115Dimension.setResolution
(TLcdGML32Measure aValue) Sets the value of the property that maps to theresolution
element.