Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3AbstractCurve
Packages that use ILcdGML3AbstractCurve
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3AbstractCurve in com.luciad.format.gml3.model.geometry
Subinterfaces of ILcdGML3AbstractCurve in com.luciad.format.gml3.model.geometryModifier and TypeInterfaceDescriptioninterfaceDeprecated.This class has been deprecated.interfaceDeprecated.This class has been deprecated.Methods in com.luciad.format.gml3.model.geometry that return ILcdGML3AbstractCurveModifier and TypeMethodDescriptionILcdGML3CurveArrayProperty.getCurve(int aIndex) Deprecated.Returns the curve at the given index.ILcdGML3CurveProperty.getCurve()Deprecated.Returns the curve contained in this property.Methods in com.luciad.format.gml3.model.geometry with parameters of type ILcdGML3AbstractCurveModifier and TypeMethodDescriptionvoidILcdGML3CurveProperty.setCurve(ILcdGML3AbstractCurve aCurve) Deprecated.Sets the curve to be contained in this property.voidILcdGML3CurveArrayProperty.setCurves(ILcdGML3AbstractCurve[] aCurves) Deprecated.Set the curves array to be contained in this curve array property.