Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3PointProperty
Packages that use ILcdGML3PointProperty
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3PointProperty in com.luciad.format.gml3.model.geometry
Methods in com.luciad.format.gml3.model.geometry that return ILcdGML3PointPropertyModifier 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, ornullif 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.Methods in com.luciad.format.gml3.model.geometry with parameters of type ILcdGML3PointPropertyModifier and TypeMethodDescriptionvoidILcdGML3MultiPoint.setPointMembers(ILcdGML3PointProperty[] aPointProperties) Deprecated.Sets the point properties to be contained in this multi point.voidILcdGML3LinearRing.setPointProperties(ILcdGML3PointProperty[] aPointProperties) Deprecated.Sets the array of point properties that define this linear ring.voidILcdGML3LineString.setPointProperties(ILcdGML3PointProperty[] aPointProperties) Deprecated.Sets the array of point properties that define this line string.voidILcdGML3LineStringSegment.setPointProperties(ILcdGML3PointProperty[] aPointProperties) Deprecated.Sets the array of point properties that define this line string.voidILcdGML3ArcByCenterPoint.setPointProperty(ILcdGML3PointProperty aPointProperty) Deprecated.Sets the point property that defines the center point of this arc.