Uses of Class
org.citygml4j.jaxb.citygml.brid._2.FloorSurfaceType

Packages that use FloorSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

Uses of FloorSurfaceType in org.citygml4j.builder.jaxb.marshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return FloorSurfaceType
 FloorSurfaceType Bridge200Marshaller.marshalFloorSurface(FloorSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type FloorSurfaceType
 void Bridge200Marshaller.marshalFloorSurface(FloorSurface src, FloorSurfaceType dest)
           
 

Uses of FloorSurfaceType in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type FloorSurfaceType
 FloorSurface Bridge200Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src)
           
 void Bridge200Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src, FloorSurface dest)
           
 

Uses of FloorSurfaceType in org.citygml4j.jaxb.citygml.brid._2
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return FloorSurfaceType
 FloorSurfaceType ObjectFactory.createFloorSurfaceType()
          Create an instance of FloorSurfaceType
 

Methods in org.citygml4j.jaxb.citygml.brid._2 that return types with arguments of type FloorSurfaceType
 javax.xml.bind.JAXBElement<FloorSurfaceType> ObjectFactory.createFloorSurface(FloorSurfaceType value)
          Create an instance of JAXBElement<FloorSurfaceType>}
 

Methods in org.citygml4j.jaxb.citygml.brid._2 with parameters of type FloorSurfaceType
 javax.xml.bind.JAXBElement<FloorSurfaceType> ObjectFactory.createFloorSurface(FloorSurfaceType value)
          Create an instance of JAXBElement<FloorSurfaceType>}