Interface ILcdGML3Curve
- All Superinterfaces:
ILcdGML3AbstractCurve
,ILcdGML3AbstractGeometricPrimitive
,ILcdGML3AbstractGeometry
,ILcdGML3AbstractGML
,ILcdGML3SrsInformationGroup
,ILcdGML3SrsReferenceGroup
,ILcdGML3StandardObjectProperties
Deprecated.
Interface for the
gml:CurveType
type.
Curve is a 1-dimensional primitive. Curves are continuous, connected, and have a measurable
length in terms of the coordinate system.
A curve is composed of one or more curve segments. Each curve segment within a curve may be
defined using a different interpolation method. The curve segments are connected to one another,
with the end point of each segment except the last being the start point of the next segment in
the segment list.
(GML Specification, v3.1.0, paragraph 10.2.1.1)-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the curve segment array containing the segments of this curve.void
setSegments
(ILcdGML3CurveSegmentArrayProperty aSegments) Deprecated.Sets the curve segment array containing the segments of this curve.Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AbstractGML
getId, setId
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsInformationGroup
getAxisLabel, getAxisLabelCount, getUomLabel, getUomLabelCount, setAxisLabels, setUomLabels
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsReferenceGroup
getSrsDimension, getSrsName, setSrsDimension, setSrsName
Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3StandardObjectProperties
getDescription, getMetaDataProperty, getMetaDataPropertyCount, getName, getNameCount, setDescription, setMetaDataProperties, setNames
-
Method Details
-
getSegments
ILcdGML3CurveSegmentArrayProperty getSegments()Deprecated.Returns the curve segment array containing the segments of this curve.- Returns:
- the curve segment array containing the segments of this curve.
-
setSegments
Deprecated.Sets the curve segment array containing the segments of this curve.- Parameters:
aSegments
- the curve segment array containing the segments of this curve.
-
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
.