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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type _WaterObjectType
 void WaterBody040Marshaller.marshalWaterObject(AbstractWaterObject src, _WaterObjectType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type _WaterObjectType
 void WaterBody040Unmarshaller.unmarshalWaterObject(_WaterObjectType src, AbstractWaterObject dest)
           
 

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

Subclasses of _WaterObjectType in org.citygml4j.jaxb.citygml._0_4
 class WaterBodyType
          Type describing Water Bodies, e.g., lakes, rivers.
 

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

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