Interface ILcdGML3CurveSegmentArrayProperty
public interface ILcdGML3CurveSegmentArrayProperty
Deprecated.
Interface for the
gml:CurveSegmentArrayPropertyType
type.
A container for an array of curve segments.
(GML Specification, v3.1.0, paragraph 10.2.1.3)-
Method Summary
Modifier and TypeMethodDescriptiongetCurveSegment
(int aIndex) Deprecated.Returns the curve segment at the given index.int
Deprecated.Returns the number of curve segments contained in this property.void
setCurveSegments
(ILcdGML3AbstractCurveSegment[] aCurveSegments) Deprecated.Sets the array of curve segments to be contained in this property.
-
Method Details
-
getCurveSegment
Deprecated.Returns the curve segment at the given index.- Parameters:
aIndex
- the curve segment at the given index.- Returns:
- the curve segment at the given index.
- Throws:
IndexOutOfBoundsException
- ifaIndex < 0 || aIndex >= getCurveSegmentCount()
-
getCurveSegmentCount
int getCurveSegmentCount()Deprecated.Returns the number of curve segments contained in this property.- Returns:
- the number of curve segments contained in this property.
-
setCurveSegments
Deprecated.Sets the array of curve segments to be contained in this property.- Parameters:
aCurveSegments
- the array of curve segments to be contained in this 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
.