Definition Type: Element
Name: stopLines
Namespace: http://www.opengis.net/gml
Type: gml:LineStringSegmentArrayPropertyType
Containing Schema: geometryPrimitives.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Stoplines are lines where the local continuity or regularity of the surface is questionable. In the area of these pathologies, triangles intersecting a stopline shall be removed from the tin surface, leaving holes in the surface. If coincidence occurs on surface boundary triangles, the result shall be a change of the surface boundary. Stoplines contains all these pathological segments as a set of line strings.
Collapse XSD Schema Diagram:
Drilldown into LineStringSegment in schema geometryprimitives_xsd Drilldown into LineStringSegmentArrayPropertyType in schema geometryprimitives_xsdXSD Diagram of stopLines in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="stopLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded">
    <annotation>
        <documentation>Stoplines are lines where the local
       continuity or regularity of the surface is questionable.
       In the area of these pathologies, triangles intersecting
       a stopline shall be removed from the tin surface, leaving
       holes in the surface. If coincidence occurs on surface
       boundary triangles, the result shall be a change of the 
       surface boundary. Stoplines contains all these
       pathological segments as a set of line strings.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineStringSegment gml:LineStringSegment 0 unbounded
Collapse Derivation Tree: