QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
interpolation | gml:CurveInterpolationType | circularArcCenterPointWithRadius | optional | |||
numArc | integer | 1 | required | |||
numDerivativeInterior | integer | 0 | optional | |||
numDerivativesAtEnd | integer | 0 | optional | |||
numDerivativesAtStart | integer | 0 | optional |
Element | gml:CircleByCenterPoint |
<complexType name="CircleByCenterPointType"> <complexContent> <restriction base="gml:ArcByCenterPointType"> <sequence> <choice> <choice> <element ref="gml:pos"/> <element ref="gml:pointProperty"/> <element ref="gml:pointRep"/> </choice> <element ref="gml:posList"/> <element ref="gml:coordinates"/> </choice> <element name="radius" type="gml:LengthType"/> </sequence> </restriction> </complexContent> </complexType> |