Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3Point
Package
Description
Model of the GML grid type.
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3Point in com.luciad.format.gml3.model.coverages
Modifier and TypeMethodDescriptionvoid
ILcdGML3RectifiedGrid.setOrigin
(ILcdGML3Point aOrigin) Deprecated.Sets the origin. -
Uses of ILcdGML3Point in com.luciad.format.gml3.model.geometry
Modifier and TypeMethodDescriptionILcdGML3PointArrayProperty.getPoint
(int aIndex) Deprecated.Returns the point at the given index.ILcdGML3PointProperty.getPoint()
Deprecated.Returns the point contained in this property.Modifier and TypeMethodDescriptionvoid
ILcdGML3PointProperty.setPoint
(ILcdGML3Point aPoint) Deprecated.Sets the point to be contained in this property.void
ILcdGML3PointArrayProperty.setPoints
(ILcdGML3Point[] aPoints) Deprecated.Sets the point array to be contained in this point array property.