Class MultiCurveType


  • public class MultiCurveType
    extends AbstractGeometricAggregateType
    A MultiCurve is defined by one or more Curves, referenced through curveMember elements.

    Java class for MultiCurveType complex type.

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

     <complexType name="MultiCurveType">
       <complexContent>
         <extension base="{http://www.opengis.net/gml}AbstractGeometricAggregateType">
           <sequence>
             <element ref="{http://www.opengis.net/gml}curveMember" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.opengis.net/gml}curveMembers" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getCurveMember

        public List<CurveMember> getCurveMember()
        Gets the value of the curveMember property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the curveMember property.

        For example, to add a new item, do as follows:

            getCurveMember().add(newItem);
         

        Objects of the following type(s) are allowed in the list CurveMember

      • getCurveMembers

        public CurveMembers getCurveMembers()
        Gets the value of the curveMembers property.
        Returns:
        possible object is CurveMembers
      • setCurveMembers

        public void setCurveMembers​(CurveMembers value)
        Sets the value of the curveMembers property.
        Parameters:
        value - allowed object is CurveMembers