gml:interior
Element information
Namespace: http://www.opengis.net/gml/3.2
Schema document: external/ogc/gml/3.2.1/geometryPrimitives.xsd
Other elements with the same name: gml:interior
Type: gml:ShellPropertyType
Properties: Local, Qualified
Content
- gml:Shell [1..1]A shell is used to represent a single connected component of a solid boundary as specified in ISO 19107:2003, 6.3.8. Every gml:surfaceMember references or contains one surface, i.e. any element which is substitutable for gml:AbstractSurface. In the context of a shell, the surfaces describe the boundary of the solid. If provided, the aggregationType attribute shall have the value "set".
Attributes
None
Used in
- Type gml:SolidType (Element gml:Solid)
Sample instance
<gml:interior> <gml:Shell> <gml:surfaceMember> <gml:Polygon gml:id="ID">... </gml:Polygon> </gml:surfaceMember> </gml:Shell> </gml:interior>