Definition Type: Element
Name: Triangle
Namespace: http://www.opengis.net/gml/3.2
Type: gml:TriangleType
Containing Schema: geometryPrimitives.xsd
Abstract
Documentation:
gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring shall be four. The ring (element exterior) shall be a gml:LinearRing and shall form a triangle, the first and the last position shall be coincident. interpolation is fixed to "planar", i.e. an interpolation shall return points on a single plane. The boundary of the patch shall be contained within that plane.
Collapse XSD Schema Diagram:
Drilldown into exterior in schema geometrybasic2d_xsd Drilldown into AbstractSurfacePatchType in schema geometryprimitives_xsd Drilldown into interpolation in schema geometryprimitives_xsd Drilldown into TriangleType in schema geometryprimitives_xsdXSD Diagram of Triangle in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="Triangle" type="gml:TriangleType" substitutionGroup="gml:AbstractSurfacePatch">
    <annotation>
        <documentation>gml:Triangle represents a triangle as a surface patch with an outer boundary consisting of a linear ring. Note that this is a polygon (subtype) with no inner boundaries. The number of points in the linear ring shall be four.
The ring (element exterior) shall be a gml:LinearRing and shall form a triangle, the first and the last position shall be coincident.
interpolation is fixed to "planar", i.e. an interpolation shall return points on a single plane. The boundary of the patch shall be contained within that plane.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
exterior gml:exterior (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
interpolation gml:interpolation (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractSurfacePatch