gml:interior
geometryBasic2d.xsd
A boundary of a surface consists of a number of rings. The "interior" rings seperate the surface / surface patch from the area enclosed by the rings.
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:AbstractRingPropertyType
Properties: Global, Qualified
Content
- gml:LinearRing [1..1]
from subst. group gml:_Ring
Attributes
None
Used in
- Type gml:PolygonType (Elements gml:Polygon, gml:boundingPolygon)
Sample instance
<gml:interior> <gml:LinearRing> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:posList>1.0 1.0</gml:posList> </gml:LinearRing> </gml:interior>