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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MultiGeometryPropertyType
 MultiGeometryPropertyType GMLMarshaller.marshalMultiGeometryProperty(MultiGeometryProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MultiGeometryPropertyType
 MultiGeometryProperty GMLUnmarshaller.unmarshalMultiGeometryProperty(MultiGeometryPropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MultiGeometryPropertyType
 MultiGeometryPropertyType ObjectFactory.createMultiGeometryPropertyType()
          Create an instance of MultiGeometryPropertyType
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MultiGeometryPropertyType
 javax.xml.bind.JAXBElement<MultiGeometryPropertyType> ObjectFactory.createMultiGeometryProperty(MultiGeometryPropertyType value)
          Create an instance of JAXBElement<MultiGeometryPropertyType>}