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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type AbstractWaterBoundarySurfaceType
 void WaterBody100Marshaller.marshalAbstractWaterBoundarySurface(AbstractWaterBoundarySurface src, AbstractWaterBoundarySurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type AbstractWaterBoundarySurfaceType
 void WaterBody100Unmarshaller.unmarshalAbstractWaterBoundarySurface(AbstractWaterBoundarySurfaceType src, AbstractWaterBoundarySurface dest)
           
 

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

Subclasses of AbstractWaterBoundarySurfaceType in org.citygml4j.jaxb.citygml.wtr._1
 class WaterClosureSurfaceType
          Type describing the closure surface between water bodys.
 class WaterGroundSurfaceType
          Type describing the ground surface of a water body, i.e. the boundary to the digital terrain model.
 class WaterSurfaceType
          Type describing the surface of a water body, which separates the water from the air.
 

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

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