Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3DirectPosition
Packages that use ILcdGML3DirectPosition
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3DirectPosition in com.luciad.format.gml3.model.geometry
Methods in com.luciad.format.gml3.model.geometry that return ILcdGML3DirectPositionModifier and TypeMethodDescriptionILcdGML3Envelope.getLowerCorner()Deprecated.Returns the lower corner position (the corner with the smallest coordinates) of this envelope.ILcdGML3ArcByCenterPoint.getPos()Deprecated.Returns the gml:directPositionType that defines the center point, ornullif no gml:directPositionType is used to define the center point.ILcdGML3LinearRing.getPos(int aIndex) Deprecated.Returns the direct position at the given index.ILcdGML3LineString.getPos(int aIndex) Deprecated.Returns the direct position at the given index.ILcdGML3LineStringSegment.getPos(int aIndex) Deprecated.Returns the direct position at the given index.ILcdGML3Point.getPos()Deprecated.Returns the direct position that defines this point.ILcdGML3Envelope.getUpperCorner()Deprecated.Returns the upper corner position (the corner with the smallest coordinates) of this envelope.Methods in com.luciad.format.gml3.model.geometry with parameters of type ILcdGML3DirectPositionModifier and TypeMethodDescriptionvoidILcdGML3Envelope.setLowerCorner(ILcdGML3DirectPosition aLowerCorner) Deprecated.Sets the lower corner position of this envelope.voidILcdGML3ArcByCenterPoint.setPos(ILcdGML3DirectPosition aPoint) Deprecated.Sets the position that defines the center point of this arc.voidILcdGML3LinearRing.setPos(ILcdGML3DirectPosition[] aPos) Deprecated.Sets the array of positions that define this linear ring.voidILcdGML3LineString.setPos(ILcdGML3DirectPosition[] aPoints) Deprecated.Sets the array of positions that define this line string.voidILcdGML3LineStringSegment.setPos(ILcdGML3DirectPosition[] aPos) Deprecated.Sets the array of positions that define this line string.voidILcdGML3Point.setPos(ILcdGML3DirectPosition aPos) Deprecated.Sets the direct position that defines this point.voidILcdGML3Envelope.setUpperCorner(ILcdGML3DirectPosition aUpperCorner) Deprecated.Sets the upper corner position of this envelope.