Interface ILcdGML3CircleByCenterPoint
- All Superinterfaces:
ILcdGML3AbstractCurveSegment
,ILcdGML3ArcByCenterPoint
Deprecated.
Interface for the
gml:CircleByCenterPointType
type.
A CircleByCenterPoint is an ArcByCenterPoint whose ends coincide to form a simple closed loop.
(GML Specification, v3.1.0, paragraph 10.2.1.12)-
Method Summary
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3AbstractCurveSegment
getNumDerivativesAtEnd, getNumDerivativesAtStart, getNumDerivativesInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, setNumDerivativesInterior
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3ArcByCenterPoint
getArcEndAngle, getArcRadius, getArcStartAngle, getInterpolation, getNumArc, getPointProperty, getPos, getPosList, setArcEndAngle, setArcRadius, setArcStartAngle, setPointProperty, setPos, setPosList
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
.