Interface ILcdGML3CurveArrayProperty
public interface ILcdGML3CurveArrayProperty
Deprecated.
Interface for the
gml:CurveArrayPropertyType
type.
A container for an array of curves. The elements are always contained in the array property,
referencing geometry elements or arrays of geometry elements is not supported.
(GML Specification, v3.1.0, paragraph 9.2.1.7)-
Method Summary
Modifier and TypeMethodDescriptiongetCurve
(int aIndex) Deprecated.Returns the curve at the given index.int
Deprecated.Returns the number of curves contained in this curve array property.void
setCurves
(ILcdGML3AbstractCurve[] aCurves) Deprecated.Set the curves array to be contained in this curve array property.
-
Method Details
-
getCurve
Deprecated.Returns the curve at the given index.- Parameters:
aIndex
- the index of the curve to be returned.- Returns:
- the curve at the given index.
- Throws:
IndexOutOfBoundsException
- ifaIndex < 0 || aIndex >= getCurveCount()
-
getCurveCount
int getCurveCount()Deprecated.Returns the number of curves contained in this curve array property.- Returns:
- the number of curves contained in this curve array property.
-
setCurves
Deprecated.Set the curves array to be contained in this curve array property.- Parameters:
aCurves
- the curves array to be contained in this curve array property.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.