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

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

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

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

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

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

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

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

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

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