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

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

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)
           
 

Uses of CompositeSolidProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CompositeSolidProperty
 CompositeSolidProperty GMLFactory.createCompositeSolidProperty()
           
 CompositeSolidProperty GMLFactory.createCompositeSolidProperty(CompositeSolid compositeSolid)
           
 CompositeSolidProperty GMLFactory.createCompositeSolidProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.complexes that implement CompositeSolidProperty
 class CompositeSolidPropertyImpl