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

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

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 WaterBody200Marshaller.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 WaterBody200Unmarshaller.unmarshalAbstractWaterBoundarySurface(AbstractWaterBoundarySurfaceType src, AbstractWaterBoundarySurface dest)
           
 

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

Subclasses of AbstractWaterBoundarySurfaceType in org.citygml4j.jaxb.citygml.wtr._2
 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._2 that return types with arguments of type AbstractWaterBoundarySurfaceType
 javax.xml.bind.JAXBElement<AbstractWaterBoundarySurfaceType> ObjectFactory.create_WaterBoundarySurface(AbstractWaterBoundarySurfaceType value)
          Create an instance of JAXBElement<AbstractWaterBoundarySurfaceType>}
 javax.xml.bind.JAXBElement<? extends AbstractWaterBoundarySurfaceType> BoundedByWaterSurfacePropertyType.get_WaterBoundarySurface()
          Ruft den Wert der _WaterBoundarySurface-Eigenschaft ab.
 

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

Method parameters in org.citygml4j.jaxb.citygml.wtr._2 with type arguments of type AbstractWaterBoundarySurfaceType
 void BoundedByWaterSurfacePropertyType.set_WaterBoundarySurface(javax.xml.bind.JAXBElement<? extends AbstractWaterBoundarySurfaceType> value)
          Legt den Wert der _WaterBoundarySurface-Eigenschaft fest.