Uses of Interface
org.citygml4j.model.gml.geometry.aggregates.MultiPolygonProperty

Packages that use MultiPolygonProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.aggregates   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type MultiPolygonProperty
 MultiPolygonPropertyType GMLMarshaller.marshalMultiPolygonProperty(MultiPolygonProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return MultiPolygonProperty
 MultiPolygonProperty GMLUnmarshaller.unmarshalMultiPolygonProperty(MultiPolygonPropertyType src)
           
 

Uses of MultiPolygonProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return MultiPolygonProperty
 MultiPolygonProperty GMLFactory.createMultiPolygonProperty()
           
 MultiPolygonProperty GMLFactory.createMultiPolygonProperty(MultiPolygon multiPolygon)
           
 MultiPolygonProperty GMLFactory.createMultiPolygonProperty(java.lang.String xlink)
           
 

Uses of MultiPolygonProperty in org.citygml4j.impl.gml.geometry.aggregates
 

Classes in org.citygml4j.impl.gml.geometry.aggregates that implement MultiPolygonProperty
 class MultiPolygonPropertyImpl