Package net.opengis.gml311
Interface CircleByCenterPointType
-
- All Superinterfaces:
AbstractCurveSegmentType
,ArcByCenterPointType
,EObject
,Notifier
- All Known Implementing Classes:
CircleByCenterPointTypeImpl
public interface CircleByCenterPointType extends ArcByCenterPointType
A representation of the model object 'Circle By Center Point Type'. A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle. Again, this represenation can be used only in 2D.
-
-
Method Summary
-
Methods inherited from interface AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
-
Methods inherited from interface ArcByCenterPointType
getCoordinates, getEndAngle, getInterpolation, getNumArc, getPointProperty, getPointRep, getPos, getPosList, getRadius, getStartAngle, isSetInterpolation, isSetNumArc, setCoordinates, setEndAngle, setInterpolation, setNumArc, setPointProperty, setPointRep, setPos, setPosList, setRadius, setStartAngle, unsetInterpolation, unsetNumArc
-
-