An Arc is an arc string with only one arc unit, i.e. three control points including the start and end point. As arc is an arc string consisting of a single arc, the attribute "numArc" is fixed to "1". |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
interpolation | gml:CurveInterpolationType | circularArc3Points | optional | |||
numArc | integer | 1 | optional | |||
numDerivativeInterior | integer | 0 | optional | |||
numDerivativesAtEnd | integer | 0 | optional | |||
numDerivativesAtStart | integer | 0 | optional |
<element name="Arc" type="gml:ArcType" substitutionGroup="gml:ArcString"> <annotation> <documentation>An Arc is an arc string with only one arc unit, i.e. three control points including the start and end point. As arc is an arc string consisting of a single arc, the attribute "numArc" is fixed to "1".</documentation> </annotation> </element> |