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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return OuterFloorSurfaceType
 OuterFloorSurfaceType Building200Marshaller.marshalOuterFloorSurface(OuterFloorSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type OuterFloorSurfaceType
 void Building200Marshaller.marshalOuterFloorSurface(OuterFloorSurface src, OuterFloorSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type OuterFloorSurfaceType
 OuterFloorSurface Building200Unmarshaller.unmarshalOuterFloorSurface(OuterFloorSurfaceType src)
           
 void Building200Unmarshaller.unmarshalOuterFloorSurface(OuterFloorSurfaceType src, OuterFloorSurface dest)
           
 

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

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

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

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