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 TypeClassDescriptionclassFor 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 thelocationelement.TLcdGML32Envelope.getLowerCorner()Gets the value of theLOWER_CORNER_PROPERTYproperty.TLcdGML32Envelope.getUpperCorner()Gets the value of theUPPER_CORNER_PROPERTYproperty.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32DirectPositionModifier and TypeMethodDescriptionTLcdGML32Envelope.getPos()Gets the value of thePOS_PROPERTYproperty.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32DirectPositionModifier and TypeMethodDescriptionvoidTLcdGML32AffinePlacement.setLocation(TLcdGML32DirectPosition aValue) Sets the value of the property that maps to thelocationelement.voidTLcdGML32Envelope.setLowerCorner(TLcdGML32DirectPosition aValue) Sets the value of theLOWER_CORNER_PROPERTYproperty.voidTLcdGML32Envelope.setUpperCorner(TLcdGML32DirectPosition aValue) Sets the value of theUPPER_CORNER_PROPERTYproperty.