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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody that return WaterBodyType
 WaterBodyType WaterBody040Marshaller.marshalWaterBody(WaterBody src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type WaterBodyType
 void WaterBody040Marshaller.marshalWaterBody(WaterBody src, WaterBodyType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type WaterBodyType
 WaterBody WaterBody040Unmarshaller.unmarshalWaterBody(WaterBodyType src)
           
 void WaterBody040Unmarshaller.unmarshalWaterBody(WaterBodyType src, WaterBody dest)
           
 

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

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

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

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