Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3CurveSegmentArrayProperty
Packages that use ILcdGML3CurveSegmentArrayProperty
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3CurveSegmentArrayProperty in com.luciad.format.gml3.model.geometry
Methods in com.luciad.format.gml3.model.geometry that return ILcdGML3CurveSegmentArrayPropertyModifier and TypeMethodDescriptionILcdGML3Curve.getSegments()Deprecated.Returns the curve segment array containing the segments of this curve.Methods in com.luciad.format.gml3.model.geometry with parameters of type ILcdGML3CurveSegmentArrayPropertyModifier and TypeMethodDescriptionvoidILcdGML3Curve.setSegments(ILcdGML3CurveSegmentArrayProperty aSegments) Deprecated.Sets the curve segment array containing the segments of this curve.