Uses of Class
org.citygml4j.jaxb.citygml._0_4.FloorSurfaceType

Packages that use FloorSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml._0_4   
 

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

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

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

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

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

Uses of FloorSurfaceType in org.citygml4j.jaxb.citygml._0_4
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 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._0_4 with parameters of type FloorSurfaceType
 javax.xml.bind.JAXBElement<FloorSurfaceType> ObjectFactory.createFloorSurface(FloorSurfaceType value)
          Create an instance of JAXBElement<FloorSurfaceType>}