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()
          Ruft den Wert der compositeCurve-Eigenschaft ab.
 CompositeCurveType CompositeCurvePropertyType.getCompositeCurve()
          Ruft den Wert der compositeCurve-Eigenschaft ab.
 

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)
          Legt den Wert der compositeCurve-Eigenschaft fest.
 void CompositeCurvePropertyType.setCompositeCurve(CompositeCurveType value)
          Legt den Wert der compositeCurve-Eigenschaft fest.