Class GeometryPropertyType

  • All Implemented Interfaces:
    Serializable

    public class GeometryPropertyType
    extends Object
    implements Serializable
    A geometric property may 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 or another document). Note that either the reference or the contained element shall be given, but not both or none. If a feature has a property that takes a geometry element as its value, this is called a geometry property. A generic type for such a geometry property is GeometryPropertyType.

    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/3.2}AbstractGeometry"/>
           </sequence>
           <attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/>
           <attGroup ref="{http://www.opengis.net/gml/3.2}AssociationAttributeGroup"/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form