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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return MultiSurfaceType
 MultiSurfaceType GMLMarshaller.marshalMultiSurface(MultiSurface src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type MultiSurfaceType
 MultiSurface GMLUnmarshaller.unmarshalMultiSurface(MultiSurfaceType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return MultiSurfaceType
 MultiSurfaceType ObjectFactory.createMultiSurfaceType()
          Create an instance of MultiSurfaceType
 MultiSurfaceType MultiSurfacePropertyType.getMultiSurface()
          Ruft den Wert der multiSurface-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type MultiSurfaceType
 javax.xml.bind.JAXBElement<MultiSurfaceType> ObjectFactory.createMultiSurface(MultiSurfaceType value)
          Create an instance of JAXBElement<MultiSurfaceType>}
 void MultiSurfacePropertyType.setMultiSurface(MultiSurfaceType value)
          Legt den Wert der multiSurface-Eigenschaft fest.