diagram |
|
namespace |
http://www.opengis.net/gml/3.2 |
type |
gml:PolygonType |
properties |
content | complex | substGrp | gml:AbstractSurface |
|
children |
gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:exterior gml:interior |
attributes |
Name | Type | Use | Default | Fixed | annotation | id | ID | required | | | documentation | The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. |
| srsName | anyURI | | | | | srsDimension | positiveInteger | | | | | axisLabels | gml:NCNameList | | | | | uomLabels | gml:NCNameList | | | | |
|
annotation |
documentation | A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior.
The elements exterior and interior describe the surface boundary of the polygon. |
|
source |
<element name="Polygon" type="gml:PolygonType" substitutionGroup="gml:AbstractSurface">
<annotation>
<documentation>A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior.
The elements exterior and interior describe the surface boundary of the polygon.</documentation>
</annotation>
</element> |