Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Element gml:Triangle
Namespace http://www.opengis.net/gml/3.2
Annotations
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.
Diagram
Diagram index72.tmp#id568 index81.tmp#id576 index82.tmp#id226 index81.tmp#id575
Type gml:TriangleType
Type hierarchy
Properties
content: complex
Model gml:exterior
Children gml:exterior
Instance
<gml:Triangle interpolation="planar">
  <gml:exterior>{1,1}</gml:exterior>
</gml:Triangle>
Attributes
QName Type Fixed Default Use Annotation
interpolation gml:SurfaceInterpolationType planar optional
Source
<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>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd