Class GeometryArrayPropertyType

  • All Implemented Interfaces:
    Serializable

    public class GeometryArrayPropertyType
    extends Object
    implements Serializable
    If a feature has a property which takes an array of geometry elements as its value, this is called a geometry array property. A generic type for such a geometry property is GeometryArrayPropertyType. The elements are always contained inline in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.

    Java class for GeometryArrayPropertyType complex type.

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

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