Uses of Class
org.citygml4j.jaxb.gml._3_1_1.CurveArrayPropertyType

Packages that use CurveArrayPropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of CurveArrayPropertyType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CurveArrayPropertyType
 CurveArrayPropertyType GMLMarshaller.marshalCurveArrayProperty(CurveArrayProperty src)
           
 

Uses of CurveArrayPropertyType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CurveArrayPropertyType
 CurveArrayProperty GMLUnmarshaller.unmarshalCurveArrayProperty(CurveArrayPropertyType src)
           
 

Uses of CurveArrayPropertyType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CurveArrayPropertyType
 CurveArrayPropertyType ObjectFactory.createCurveArrayPropertyType()
          Create an instance of CurveArrayPropertyType
 CurveArrayPropertyType MultiCurveType.getCurveMembers()
          Gets the value of the curveMembers property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type CurveArrayPropertyType
 javax.xml.bind.JAXBElement<CurveArrayPropertyType> ObjectFactory.createCurveArrayProperty(CurveArrayPropertyType value)
          Create an instance of JAXBElement<CurveArrayPropertyType>}
 javax.xml.bind.JAXBElement<CurveArrayPropertyType> ObjectFactory.createCurveMembers(CurveArrayPropertyType value)
          Create an instance of JAXBElement<CurveArrayPropertyType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CurveArrayPropertyType
 javax.xml.bind.JAXBElement<CurveArrayPropertyType> ObjectFactory.createCurveArrayProperty(CurveArrayPropertyType value)
          Create an instance of JAXBElement<CurveArrayPropertyType>}
 javax.xml.bind.JAXBElement<CurveArrayPropertyType> ObjectFactory.createCurveMembers(CurveArrayPropertyType value)
          Create an instance of JAXBElement<CurveArrayPropertyType>}
 void MultiCurveType.setCurveMembers(CurveArrayPropertyType value)
          Sets the value of the curveMembers property.