Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3DirectPosition
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3DirectPosition in com.luciad.format.gml3.model.geometry
Modifier 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, ornull
if 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.Modifier and TypeMethodDescriptionvoid
ILcdGML3Envelope.setLowerCorner
(ILcdGML3DirectPosition aLowerCorner) Deprecated.Sets the lower corner position of this envelope.void
ILcdGML3ArcByCenterPoint.setPos
(ILcdGML3DirectPosition aPoint) Deprecated.Sets the position that defines the center point of this arc.void
ILcdGML3LinearRing.setPos
(ILcdGML3DirectPosition[] aPos) Deprecated.Sets the array of positions that define this linear ring.void
ILcdGML3LineString.setPos
(ILcdGML3DirectPosition[] aPoints) Deprecated.Sets the array of positions that define this line string.void
ILcdGML3LineStringSegment.setPos
(ILcdGML3DirectPosition[] aPos) Deprecated.Sets the array of positions that define this line string.void
ILcdGML3Point.setPos
(ILcdGML3DirectPosition aPos) Deprecated.Sets the direct position that defines this point.void
ILcdGML3Envelope.setUpperCorner
(ILcdGML3DirectPosition aUpperCorner) Deprecated.Sets the upper corner position of this envelope.