Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3AbstractCurve
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3AbstractCurve in com.luciad.format.gml3.model.geometry
Modifier and TypeInterfaceDescriptioninterface
Deprecated.This class has been deprecated.interface
Deprecated.This class has been deprecated.Modifier and TypeMethodDescriptionILcdGML3CurveArrayProperty.getCurve
(int aIndex) Deprecated.Returns the curve at the given index.ILcdGML3CurveProperty.getCurve()
Deprecated.Returns the curve contained in this property.Modifier and TypeMethodDescriptionvoid
ILcdGML3CurveProperty.setCurve
(ILcdGML3AbstractCurve aCurve) Deprecated.Sets the curve to be contained in this property.void
ILcdGML3CurveArrayProperty.setCurves
(ILcdGML3AbstractCurve[] aCurves) Deprecated.Set the curves array to be contained in this curve array property.