Class GeometricPrimitivePropertyType


  • public class GeometricPrimitivePropertyType
    extends Object
    A property that has a geometric primitive as its value domain can 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 must 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}_GeometricPrimitive"/>
           </sequence>
           <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
         </restriction>
       </complexContent>
     </complexType>