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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type AbstractWaterObjectType
 void WaterBody200Marshaller.marshalAbstractWaterObject(AbstractWaterObject src, AbstractWaterObjectType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type AbstractWaterObjectType
 void WaterBody200Unmarshaller.unmarshalAbstractWaterObject(AbstractWaterObjectType src, AbstractWaterObject dest)
           
 

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

Subclasses of AbstractWaterObjectType in org.citygml4j.jaxb.citygml.wtr._2
 class WaterBodyType
          Type describing Water Bodies, e.g., lakes, rivers.
 

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

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