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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge that return GroundSurfaceType
 GroundSurfaceType Bridge200Marshaller.marshalGroundSurface(GroundSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type GroundSurfaceType
 void Bridge200Marshaller.marshalGroundSurface(GroundSurface src, GroundSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type GroundSurfaceType
 GroundSurface Bridge200Unmarshaller.unmarshalGroundSurface(GroundSurfaceType src)
           
 void Bridge200Unmarshaller.unmarshalGroundSurface(GroundSurfaceType src, GroundSurface dest)
           
 

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

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

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

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