Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3PointProperty
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3PointProperty in com.luciad.format.gml3.model.geometry
Modifier and TypeMethodDescriptionILcdGML3MultiPoint.getPointMember
(int aIndex) Deprecated.Returns the point property at the given index.ILcdGML3ArcByCenterPoint.getPointProperty()
Deprecated.Returns the gml:pointProperty that defines the center point, ornull
if no gml:pointProperty is used to define the center point.ILcdGML3LinearRing.getPointProperty
(int aIndex) Deprecated.Returns the point property at the given index.ILcdGML3LineString.getPointProperty
(int aIndex) Deprecated.Returns the point property at the given index.ILcdGML3LineStringSegment.getPointProperty
(int aIndex) Deprecated.Returns the point property at the given index.Modifier and TypeMethodDescriptionvoid
ILcdGML3MultiPoint.setPointMembers
(ILcdGML3PointProperty[] aPointProperties) Deprecated.Sets the point properties to be contained in this multi point.void
ILcdGML3LinearRing.setPointProperties
(ILcdGML3PointProperty[] aPointProperties) Deprecated.Sets the array of point properties that define this linear ring.void
ILcdGML3LineString.setPointProperties
(ILcdGML3PointProperty[] aPointProperties) Deprecated.Sets the array of point properties that define this line string.void
ILcdGML3LineStringSegment.setPointProperties
(ILcdGML3PointProperty[] aPointProperties) Deprecated.Sets the array of point properties that define this line string.void
ILcdGML3ArcByCenterPoint.setPointProperty
(ILcdGML3PointProperty aPointProperty) Deprecated.Sets the point property that defines the center point of this arc.