Schema Central > NIEM 3.0 > geometryPrimitives.xsd > gml:ArcStringByBulge
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:ArcStringByBulge

This variant of the arc computes the mid points of the arcs instead of storing the coordinates directly. The control point sequence consists of the start and end points of each arc plus the bulge (see ISO 19107:2003, 6.4.17.2). The normal is a vector normal (perpendicular) to the chord of the arc (see ISO 19107:2003, 6.4.17.4).
The interpolation is fixed as "circularArc2PointWithBulge".
The number of arcs in the arc string may be explicitly stated in the attribute numArc. The number of control points in the arc string shall be numArc + 1.
The content model follows the general pattern for the encoding of curve segments.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
numDerivativesAtStart [0..1]xsd:integerDefault value is "0". from type gml:AbstractCurveSegmentType
numDerivativesAtEnd [0..1]xsd:integerDefault value is "0". from type gml:AbstractCurveSegmentType
numDerivativeInterior [0..1]xsd:integerDefault value is "0". from type gml:AbstractCurveSegmentType
interpolation [0..1]gml:CurveInterpolationTypeFixed value is "circularArc2PointWithBulge".
numArc [0..1]xsd:integer

Used in

Substitution hierarchy

Sample instance

<gml:ArcStringByBulge numArc="1">
   <gml:pos>1.0 1.0</gml:pos>
   <gml:bulge>1.0</gml:bulge>
   <gml:normal>1.0 1.0</gml:normal>
</gml:ArcStringByBulge>

Site developed and hosted by Datypic, Inc.

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