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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type CompositeSurfaceProperty
 CompositeSurfacePropertyType GMLMarshaller.marshalCompositeSurfaceProperty(CompositeSurfaceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return CompositeSurfaceProperty
 CompositeSurfaceProperty GMLUnmarshaller.unmarshalCompositeSurfaceProperty(CompositeSurfacePropertyType src)