Class GeometricPrimitivePropertyType

  • All Implemented Interfaces:
    Serializable

    public class GeometricPrimitivePropertyType
    extends Object
    implements Serializable
    A property that has a geometric primitive 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.

    Java class for GeometricPrimitivePropertyType complex type.

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

     <complexType name="GeometricPrimitivePropertyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence minOccurs="0">
             <element ref="{http://www.opengis.net/gml/3.2}AbstractGeometricPrimitive"/>
           </sequence>
           <attGroup ref="{http://www.opengis.net/gml/3.2}AssociationAttributeGroup"/>
           <attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form