Uses of Class
org.citygml4j.jaxb.citygml.wtr._2.WaterGroundSurfaceType

Packages that use WaterGroundSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.waterbody   
org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody   
org.citygml4j.jaxb.citygml.wtr._2   
 

Uses of WaterGroundSurfaceType in org.citygml4j.builder.jaxb.marshal.citygml.waterbody
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody that return WaterGroundSurfaceType
 WaterGroundSurfaceType WaterBody200Marshaller.marshalWaterGroundSurface(WaterGroundSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type WaterGroundSurfaceType
 void WaterBody200Marshaller.marshalWaterGroundSurface(WaterGroundSurface src, WaterGroundSurfaceType dest)
           
 

Uses of WaterGroundSurfaceType in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type WaterGroundSurfaceType
 WaterGroundSurface WaterBody200Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src)
           
 void WaterBody200Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src, WaterGroundSurface dest)
           
 

Uses of WaterGroundSurfaceType in org.citygml4j.jaxb.citygml.wtr._2
 

Methods in org.citygml4j.jaxb.citygml.wtr._2 that return WaterGroundSurfaceType
 WaterGroundSurfaceType ObjectFactory.createWaterGroundSurfaceType()
          Create an instance of WaterGroundSurfaceType
 

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

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