Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3DirectPositionList
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3DirectPositionList in com.luciad.format.gml3.model.geometry
Modifier and TypeMethodDescriptionILcdGML3ArcByCenterPoint.getPosList()
Deprecated.Returns the gml:directPositionList containing the center point, ornull
if no gml:directPositionList is used to define the center point.ILcdGML3LinearRing.getPosList()
Deprecated.Returns the direct position list contained in this linear ring.ILcdGML3LineString.getPosList()
Deprecated.Returns the direct position list contained in this line string.ILcdGML3LineStringSegment.getPosList()
Deprecated.Returns the direct position list contained in this line string.Modifier and TypeMethodDescriptionvoid
ILcdGML3ArcByCenterPoint.setPosList
(ILcdGML3DirectPositionList aPosList) Deprecated.Sets the direct position list hat defines the center point of this arc (the list should contain exactly one point).void
ILcdGML3LinearRing.setPosList
(ILcdGML3DirectPositionList aPosList) Deprecated.Sets the direct position list that defines this linear ring.void
ILcdGML3LineString.setPosList
(ILcdGML3DirectPositionList aPosList) Deprecated.Sets the direct position list that defines this line string.void
ILcdGML3LineStringSegment.setPosList
(ILcdGML3DirectPositionList aPosList) Deprecated.Sets the direct position list that defines this line string.