Uses of Class
org.citygml4j.model.gml.geometry.aggregates.MultiGeometryProperty

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MultiGeometryProperty
 MultiGeometryPropertyType GMLMarshaller.marshalMultiGeometryProperty(MultiGeometryProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return MultiGeometryProperty
 MultiGeometryProperty GMLUnmarshaller.unmarshalMultiGeometryProperty(MultiGeometryPropertyType src)