Uses of Interface
org.citygml4j.model.gml.geometry.complexes.CompositeCurveProperty

Packages that use CompositeCurveProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.complexes   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CompositeCurveProperty
 CompositeCurvePropertyType GMLMarshaller.marshalCompositeCurveProperty(CompositeCurveProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CompositeCurveProperty
 CompositeCurveProperty GMLUnmarshaller.unmarshalCompositeCurveProperty(CompositeCurvePropertyType src)
           
 

Uses of CompositeCurveProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CompositeCurveProperty
 CompositeCurveProperty GMLFactory.createCompositeCurveProperty()
           
 CompositeCurveProperty GMLFactory.createCompositeCurveProperty(CompositeCurve compositeCurve)
           
 CompositeCurveProperty GMLFactory.createCompositeCurveProperty(java.lang.String xlink)
           
 

Uses of CompositeCurveProperty in org.citygml4j.impl.gml.geometry.complexes
 

Classes in org.citygml4j.impl.gml.geometry.complexes that implement CompositeCurveProperty
 class CompositeCurvePropertyImpl