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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type FloorSurfaceType
 void Building200Marshaller.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 Building200Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src)
           
 void Building200Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src, FloorSurface dest)
           
 

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

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

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