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

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

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)
           
 

Uses of CompositeSurfaceProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CompositeSurfaceProperty
 CompositeSurfaceProperty GMLFactory.createCompositeSurfaceProperty()
           
 CompositeSurfaceProperty GMLFactory.createCompositeSurfaceProperty(CompositeSurface compositeSurface)
           
 CompositeSurfaceProperty GMLFactory.createCompositeSurfaceProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.complexes that implement CompositeSurfaceProperty
 class CompositeSurfacePropertyImpl