Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3CurveProperty
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3CurveProperty in com.luciad.format.gml3.model.geometry
Modifier and TypeMethodDescriptionILcdGML3MultiCurve.getCurveMember
(int aIndex) Deprecated.Returns the curve property at the given index.ILcdGML3Ring.getCurveMember
(int aIndex) Deprecated.Returns the curve property at the given index.Modifier and TypeMethodDescriptionvoid
ILcdGML3MultiCurve.setCurveMembers
(ILcdGML3CurveProperty[] aCurveProperties) Deprecated.Sets the curve properties to be contained in this curve.void
ILcdGML3Ring.setCurveMembers
(ILcdGML3CurveProperty[] aCurveMembers) Deprecated.Sets the curve properties that define this ring.