Uses of Class
com.luciad.format.gml32.model.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
Modifier and TypeClassDescriptionclass
A class that represents an AIXM 5.1 elevated point.class
A class that represents an AIXM 5.1 Point. -
Uses of TLcdGML32Point in com.luciad.format.gml32.model
Modifier and TypeMethodDescriptionTLcdGML32Point.clone()
TLcdGML32RectifiedGrid.getOrigin()
Returns the value of the property that maps to theorigin
element.TLcdGML32PointProperty.getTargetPoint()
Modifier and TypeMethodDescriptionTLcdGML32PointArrayProperty.getPoint()
Returns the value of the property that maps to thePoint
element.Modifier and TypeMethodDescriptionvoid
TLcdGML32RectifiedGrid.setOrigin
(TLcdGML32Point aValue) Sets the value of the property that maps to theorigin
element. -
Uses of TLcdGML32Point in com.luciad.format.metadata.model.spatial
Modifier and TypeMethodDescriptionTLcdISO19115Georectified.getCenterPoint()
Returns the role value contained in the value of theTLcdISO19115Georectified.CENTER_POINT_PROPERTY
property.Modifier and TypeMethodDescriptionTLcdISO19115Georectified.getCornerPoints()
Gets the value of theTLcdISO19115Georectified.CORNER_POINTS_PROPERTY
property adapted to a list ofTLcdGML32Point
instances.Modifier and TypeMethodDescriptionvoid
TLcdISO19115Georectified.setCenterPoint
(TLcdGML32Point aValue) Sets the value of the property that maps to thecenterPoint
element.