Package net.opengis.gml311
Interface ArcType
- 
- All Superinterfaces:
- AbstractCurveSegmentType,- ArcStringType,- EObject,- Notifier
 - All Known Subinterfaces:
- CircleType
 - All Known Implementing Classes:
- ArcTypeImpl,- CircleTypeImpl
 
 public interface ArcType extends ArcStringType A representation of the model object 'Arc Type'. An Arc is an arc string with only one arc unit, i.e. three control points.- See Also:
- Gml311Package.getArcType()
 
- 
- 
Method Summary- 
Methods inherited from interface AbstractCurveSegmentTypegetNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
 - 
Methods inherited from interface ArcStringTypegetCoordinates, getGroup, getInterpolation, getNumArc, getPointProperty, getPointRep, getPos, getPosList, isSetInterpolation, setCoordinates, setInterpolation, setNumArc, setPosList, unsetInterpolation
 
- 
 
-