gml:exterior
A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.
Element information
Namespace: http://www.opengis.net/gml
Schema document: external/have/1.0/gml-oasis.xsd
Type: gml:AbstractRingPropertyType
Properties: Global, Qualified
Content
- gml:LinearRing [1..1]
from subst. group gml:_Ring
Attributes
None
Used in
- Type gml:PolygonType (Element gml:Polygon)
Sample instance
<gml:exterior> <gml:LinearRing> <gml:posList>1.0 1.0</gml:posList> </gml:LinearRing> </gml:exterior>