Elementgml:trianglePatches
定義
三角網を構成する三角形。
属性/関連役割
属性/関連役割の名称
属性/関連役割の型 多重度
XMLスキーマ
<element name="trianglePatches" type="gml:TrianglePatchArrayPropertyType" substitutionGroup="gml:patches">
	<annotation>
		<documentation>This property element contains a list of
  triangle patches. The order of the patches is significant and 
  shall be preserved when processing the list.</documentation>
	</annotation>
</element>
XMLインスタンスのサンプル
<gml:trianglePatches>
    <gml:Triangle>
        <gml:exterior>
            <gml:LinearRing>
                <gml:posList>
                    <!--省略-->
                </gml:posList>
            </gml:LinearRing>
        </gml:exterior>
    </gml:Triangle>
    <!--省略-->
</gml:trianglePatches>