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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return CompositeCurveType
 CompositeCurveType GMLMarshaller.marshalCompositeCurve(CompositeCurve src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type CompositeCurveType
 CompositeCurve GMLUnmarshaller.unmarshalCompositeCurve(CompositeCurveType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return CompositeCurveType
 CompositeCurveType ObjectFactory.createCompositeCurveType()
          Create an instance of CompositeCurveType
 CompositeCurveType GeometricComplexPropertyType.getCompositeCurve()
          Gets the value of the compositeCurve property.
 CompositeCurveType CompositeCurvePropertyType.getCompositeCurve()
          Gets the value of the compositeCurve property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type CompositeCurveType
 javax.xml.bind.JAXBElement<CompositeCurveType> ObjectFactory.createCompositeCurve(CompositeCurveType value)
          Create an instance of JAXBElement<CompositeCurveType>}
 void GeometricComplexPropertyType.setCompositeCurve(CompositeCurveType value)
          Sets the value of the compositeCurve property.
 void CompositeCurvePropertyType.setCompositeCurve(CompositeCurveType value)
          Sets the value of the compositeCurve property.