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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CompositeSolidProperty
 CompositeSolidPropertyType GMLMarshaller.marshalCompositeSolidProperty(CompositeSolidProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CompositeSolidProperty
 CompositeSolidProperty GMLUnmarshaller.unmarshalCompositeSolidProperty(CompositeSolidPropertyType src)