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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type WaterGroundSurfaceType
 void WaterBody100Marshaller.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 WaterBody100Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src)
           
 void WaterBody100Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src, WaterGroundSurface dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.wtr._1 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._1 with parameters of type WaterGroundSurfaceType
 javax.xml.bind.JAXBElement<WaterGroundSurfaceType> ObjectFactory.createWaterGroundSurface(WaterGroundSurfaceType value)
          Create an instance of JAXBElement<WaterGroundSurfaceType>}