Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3Point
Packages that use 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
Methods in com.luciad.format.gml3.model.coverages that return ILcdGML3PointMethods in com.luciad.format.gml3.model.coverages with parameters of type ILcdGML3PointModifier and TypeMethodDescriptionvoidILcdGML3RectifiedGrid.setOrigin(ILcdGML3Point aOrigin) Deprecated.Sets the origin. -
Uses of ILcdGML3Point in com.luciad.format.gml3.model.geometry
Methods in com.luciad.format.gml3.model.geometry that return ILcdGML3PointModifier and TypeMethodDescriptionILcdGML3PointArrayProperty.getPoint(int aIndex) Deprecated.Returns the point at the given index.ILcdGML3PointProperty.getPoint()Deprecated.Returns the point contained in this property.Methods in com.luciad.format.gml3.model.geometry with parameters of type ILcdGML3PointModifier and TypeMethodDescriptionvoidILcdGML3PointProperty.setPoint(ILcdGML3Point aPoint) Deprecated.Sets the point to be contained in this property.voidILcdGML3PointArrayProperty.setPoints(ILcdGML3Point[] aPoints) Deprecated.Sets the point array to be contained in this point array property.