Uses of Class
org.citygml4j.jaxb.gml._3_1_1.MultiPolygonType

Packages that use MultiPolygonType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MultiPolygonType
 MultiPolygonType GMLMarshaller.marshalMultiPolygon(MultiPolygon src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MultiPolygonType
 MultiPolygon GMLUnmarshaller.unmarshalMultiPolygon(MultiPolygonType src)
           
 

Uses of MultiPolygonType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MultiPolygonType
 MultiPolygonType ObjectFactory.createMultiPolygonType()
          Create an instance of MultiPolygonType
 MultiPolygonType MultiPolygonPropertyType.getMultiPolygon()
          Gets the value of the multiPolygon property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type MultiPolygonType
 javax.xml.bind.JAXBElement<MultiPolygonType> ObjectFactory.createMultiPolygon(MultiPolygonType value)
          Create an instance of JAXBElement<MultiPolygonType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MultiPolygonType
 javax.xml.bind.JAXBElement<MultiPolygonType> ObjectFactory.createMultiPolygon(MultiPolygonType value)
          Create an instance of JAXBElement<MultiPolygonType>}
 void MultiPolygonPropertyType.setMultiPolygon(MultiPolygonType value)
          Sets the value of the multiPolygon property.