gml:segments
This property element contains a list of curve segments. The order of the elements is significant and shall be preserved when processing the array.
Element information
Namespace: http://www.opengis.net/gml
Schema document: external/have/1.0/gml-oasis.xsd
Type: gml:CurveSegmentArrayPropertyType
Properties: Global, Qualified
Content
- gml:CircleByCenterPoint [0..*]
from subst. group gml:_CurveSegment
Attributes
None
Used in
- Type gml:CurveType (Element gml:Curve)
Sample instance
<gml:segments> <gml:CircleByCenterPoint numArc="1"> <gml:pos>1.0 1.0</gml:pos> <gml:radius uom="http://www.example.com/">1.0</gml:radius> </gml:CircleByCenterPoint> </gml:segments>