Class GeometryPropertyType


  • public class GeometryPropertyType
    extends Object
    A geometric property can either be any 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). Note that either the reference or the contained element must be given, but not both or none.

    Java class for GeometryPropertyType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="GeometryPropertyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence minOccurs="0">
             <element ref="{http://www.opengis.net/gml}_Geometry"/>
           </sequence>
           <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
         </restriction>
       </complexContent>
     </complexType>