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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MultiCurveType
 MultiCurveType GMLMarshaller.marshalMultiCurve(MultiCurve src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MultiCurveType
 MultiCurve GMLUnmarshaller.unmarshalMultiCurve(MultiCurveType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MultiCurveType
 MultiCurveType ObjectFactory.createMultiCurveType()
          Create an instance of MultiCurveType
 MultiCurveType MultiCurvePropertyType.getMultiCurve()
          Gets the value of the multiCurve property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MultiCurveType
 javax.xml.bind.JAXBElement<MultiCurveType> ObjectFactory.createMultiCurve(MultiCurveType value)
          Create an instance of JAXBElement<MultiCurveType>}
 void MultiCurvePropertyType.setMultiCurve(MultiCurveType value)
          Sets the value of the multiCurve property.