Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3CurveProperty
Packages that use ILcdGML3CurveProperty
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3CurveProperty in com.luciad.format.gml3.model.geometry
Methods in com.luciad.format.gml3.model.geometry that return ILcdGML3CurvePropertyModifier 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.Methods in com.luciad.format.gml3.model.geometry with parameters of type ILcdGML3CurvePropertyModifier and TypeMethodDescriptionvoidILcdGML3MultiCurve.setCurveMembers(ILcdGML3CurveProperty[] aCurveProperties) Deprecated.Sets the curve properties to be contained in this curve.voidILcdGML3Ring.setCurveMembers(ILcdGML3CurveProperty[] aCurveMembers) Deprecated.Sets the curve properties that define this ring.