Uses of Class
org.citygml4j.jaxb.citygml._0_4.WaterSurfaceType

Packages that use WaterSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.waterbody   
org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody   
org.citygml4j.jaxb.citygml._0_4   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody that return WaterSurfaceType
 WaterSurfaceType WaterBody040Marshaller.marshalWaterSurface(WaterSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type WaterSurfaceType
 void WaterBody040Marshaller.marshalWaterSurface(WaterSurface src, WaterSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type WaterSurfaceType
 WaterSurface WaterBody040Unmarshaller.unmarshalWaterSurface(WaterSurfaceType src)
           
 void WaterBody040Unmarshaller.unmarshalWaterSurface(WaterSurfaceType src, WaterSurface dest)
           
 

Uses of WaterSurfaceType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return WaterSurfaceType
 WaterSurfaceType ObjectFactory.createWaterSurfaceType()
          Create an instance of WaterSurfaceType
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type WaterSurfaceType
 javax.xml.bind.JAXBElement<WaterSurfaceType> ObjectFactory.createWaterSurface(WaterSurfaceType value)
          Create an instance of JAXBElement<WaterSurfaceType>}