Schema Central > NIEM 2.0 > gml.xsd > gml:CircleByCenterPoint
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:CircleByCenterPoint

Element information

Content

Attributes

NameOccTypeDescriptionNotes
interpolation [0..1]gml:CurveInterpolationTypeThe attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism uses the control points and control parameters to determine the position of this curve segment. For an ArcByCenterPoint the interpolation is fixed as "circularArcCenterPointWithRadius".Fixed value is "circularArcCenterPointWithRadius". from type gml:ArcByCenterPointType
numArc [1..1]xsd:integerSince this type describes always a single arc, the attribute is fixed to "1".Fixed value is "1". from type gml:ArcByCenterPointType

Used in

Substitution hierarchy

Sample instance

<gml:CircleByCenterPoint numArc="1">
   <gml:pos>1.0 1.0</gml:pos>
   <gml:radius uom="http://www.example.com/">1.0</gml:radius>
   <gml:startAngle uom="http://www.example.com/">1.0</gml:startAngle>
   <gml:endAngle uom="http://www.example.com/">1.0</gml:endAngle>
</gml:CircleByCenterPoint>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com