Class CurveSegmentArrayPropertyType


  • public class CurveSegmentArrayPropertyType
    extends Object
    A container for an array of curve segments.

    Java class for CurveSegmentArrayPropertyType complex type.

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

     <complexType name="CurveSegmentArrayPropertyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.opengis.net/gml}_CurveSegment" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>