Package net.opengis.gml311
Interface CircleType
-
- All Superinterfaces:
AbstractCurveSegmentType
,ArcStringType
,ArcType
,EObject
,Notifier
- All Known Implementing Classes:
CircleTypeImpl
public interface CircleType extends ArcType
A representation of the model object 'Circle Type'. A Circle is an arc whose ends coincide to form a simple closed loop. The "start" and "end" bearing are equal and shall be the bearing for the first controlPoint listed. The three control points must be distinct non-co-linear points for the Circle to be unambiguously defined. The arc is simply extended past the third control point until the first control point is encountered.- See Also:
Gml311Package.getCircleType()
-
-
Method Summary
-
Methods inherited from interface AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
-
Methods inherited from interface ArcStringType
getCoordinates, getGroup, getInterpolation, getNumArc, getPointProperty, getPointRep, getPos, getPosList, isSetInterpolation, setCoordinates, setInterpolation, setNumArc, setPosList, unsetInterpolation
-
-