gml:stopLines
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/geometryPrimitives.xsd
Type: gml:LineStringSegmentArrayPropertyType
Properties: Local, Qualified
Content
- gml:LineStringSegment [0..*] A LineStringSegment is a curve segment that is defined by two or more control points including the start and end point, with linear interpolation between them. The content model follows the general pattern for the encoding of curve segments.
Attributes
None
Used in
- Type gml:TinType (Element gml:Tin)
Sample instance
<gml:stopLines> <gml:LineStringSegment> <gml:pos>1.0 1.0</gml:pos> </gml:LineStringSegment> </gml:stopLines>