Uses of Class
com.luciad.format.gml32.model.TLcdGML32Point
Packages that use TLcdGML32Point
Package
Description
This package provides the classes that correspond to AIXM 5.1 geometry types.
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 TLcdGML32Point in com.luciad.format.aixm51.model.features.geometry
Subclasses of TLcdGML32Point in com.luciad.format.aixm51.model.features.geometryModifier and TypeClassDescriptionclassA class that represents an AIXM 5.1 elevated point.classA class that represents an AIXM 5.1 Point. -
Uses of TLcdGML32Point in com.luciad.format.gml32.model
Methods in com.luciad.format.gml32.model that return TLcdGML32PointModifier and TypeMethodDescriptionTLcdGML32Point.clone()TLcdGML32RectifiedGrid.getOrigin()Returns the value of the property that maps to theoriginelement.TLcdGML32PointProperty.getTargetPoint()Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32PointModifier and TypeMethodDescriptionTLcdGML32PointArrayProperty.getPoint()Returns the value of the property that maps to thePointelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32PointModifier and TypeMethodDescriptionvoidTLcdGML32RectifiedGrid.setOrigin(TLcdGML32Point aValue) Sets the value of the property that maps to theoriginelement. -
Uses of TLcdGML32Point in com.luciad.format.metadata.model.spatial
Methods in com.luciad.format.metadata.model.spatial that return TLcdGML32PointModifier and TypeMethodDescriptionTLcdISO19115Georectified.getCenterPoint()Returns the role value contained in the value of theTLcdISO19115Georectified.CENTER_POINT_PROPERTYproperty.Methods in com.luciad.format.metadata.model.spatial that return types with arguments of type TLcdGML32PointModifier and TypeMethodDescriptionTLcdISO19115Georectified.getCornerPoints()Gets the value of theTLcdISO19115Georectified.CORNER_POINTS_PROPERTYproperty adapted to a list ofTLcdGML32Pointinstances.Methods in com.luciad.format.metadata.model.spatial with parameters of type TLcdGML32PointModifier and TypeMethodDescriptionvoidTLcdISO19115Georectified.setCenterPoint(TLcdGML32Point aValue) Sets the value of the property that maps to thecenterPointelement.