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

Packages that use CompositeCurveProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
 

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)