ConeType, Cone Surface patches .1 AbstractSurfacePatchType, gml : AbstractSurfacePatch

86 Copyright © 2007 Open Geospatial Consortium, Inc. All Rights Reserved. gml:Sphere implements ISO 19107 GM_Sphere see D.2.3.4 and ISO 19107:2003, 6.4.44.

10.6 Geometric primitives 3-dimensional

10.6.1 AbstractSolidType, AbstractSolid

complexType name=AbstractSolidType complexContent extension base=gml:AbstractGeometricPrimitiveType complexContent complexType element name=AbstractSolid type=gml:AbstractSolidType abstract=true substitutionGroup=gml:AbstractGeometricPrimitive gml:AbstractSolidType is an abstraction of a solid to support the different levels of complexity. The solid may always be viewed as a geometric primitive, i.e. is contiguous. The gml:AbstractSolid element is the abstract head of the substitution group for all continuous solid elements.

10.6.2 SolidPropertyType, solidProperty

complexType name=SolidPropertyType sequence minOccurs=0 element ref=gml:AbstractSolid sequence attributeGroup ref=gml:AssociationAttributeGroup attributeGroup ref=gml:OwnershipAttributeGroup complexType A property that has a solid as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element where remote includes geometry elements located elsewhere in the same document. Either the reference or the contained element shall be given, but neither both nor none. element name=solidProperty type=gml:SolidPropertyType This property element either references a solid via the XLink-attributes or contains the solid element. gml:solidProperty is the predefined property which may be used by GML application schemas whenever a GML feature has a property with a value that is substitutable for gml:AbstractSolid.

10.6.3 SolidArrayPropertyType, solidArrayProperty

complexType name=SolidArrayPropertyType sequence minOccurs=0 maxOccurs=unbounded element ref=gml:AbstractSolid sequence attributeGroup ref=gml:OwnershipAttributeGroup complexType gml:SolidArrayPropertyType is a container for an array of solids. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported. element name=solidArrayProperty type=gml:SolidArrayPropertyType