Uses of Class
com.luciad.format.gml32.model.TLcdGML32DirectPosition
Packages that use TLcdGML32DirectPosition
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32DirectPosition in com.luciad.format.gml32.model
Subclasses of TLcdGML32DirectPosition in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclass
For some applications the components of the position may be adjusted to yield a unit vector.Methods in com.luciad.format.gml32.model that return TLcdGML32DirectPositionModifier and TypeMethodDescriptionTLcdGML32DirectPosition.clone()
TLcdGML32AffinePlacement.getLocation()
Returns the value of the property that maps to thelocation
element.TLcdGML32Envelope.getLowerCorner()
Gets the value of theLOWER_CORNER_PROPERTY
property.TLcdGML32Envelope.getUpperCorner()
Gets the value of theUPPER_CORNER_PROPERTY
property.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32DirectPositionModifier and TypeMethodDescriptionTLcdGML32Envelope.getPos()
Gets the value of thePOS_PROPERTY
property.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32DirectPositionModifier and TypeMethodDescriptionvoid
TLcdGML32AffinePlacement.setLocation
(TLcdGML32DirectPosition aValue) Sets the value of the property that maps to thelocation
element.void
TLcdGML32Envelope.setLowerCorner
(TLcdGML32DirectPosition aValue) Sets the value of theLOWER_CORNER_PROPERTY
property.void
TLcdGML32Envelope.setUpperCorner
(TLcdGML32DirectPosition aValue) Sets the value of theUPPER_CORNER_PROPERTY
property.