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 TypeClassDescriptionclassThe gml:angle property element is used to record the value of an angle quantity as a single number, with its units.classclassclassThis is a prototypical definition for a specific measure type defined as a vacuous extension (i.e.classAn 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.classclassclassclassMethods in com.luciad.format.gml32.model that return TLcdGML32MeasureModifier and TypeMethodDescriptionTLcdGML32DirectedObservationAtDistance.getDistance()Returns the value of the property that maps to thedistanceelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32MeasureModifier and TypeMethodDescriptionvoidTLcdGML32DirectedObservationAtDistance.setDistance(TLcdGML32Measure aValue) Sets the value of the property that maps to thedistanceelement. -
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_PROPERTYproperty.Methods in com.luciad.format.metadata.model.spatial with parameters of type TLcdGML32MeasureModifier and TypeMethodDescriptionvoidTLcdISO19115Dimension.setResolution(TLcdGML32Measure aValue) Sets the value of the property that maps to theresolutionelement.