Uses of Interface
org.citygml4j.model.citygml.waterbody.AbstractWaterBoundarySurface

Packages that use AbstractWaterBoundarySurface
org.citygml4j.builder.jaxb.marshal.citygml.waterbody   
org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody   
org.citygml4j.factory   
org.citygml4j.impl.citygml.waterbody   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.util.walker   
 

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

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

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

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

Uses of AbstractWaterBoundarySurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractWaterBoundarySurface
 BoundedByWaterSurfaceProperty CityGMLFactory.createBoundedByWaterSurfaceProperty(AbstractWaterBoundarySurface waterBoundarySurface)
           
 

Uses of AbstractWaterBoundarySurface in org.citygml4j.impl.citygml.waterbody
 

Classes in org.citygml4j.impl.citygml.waterbody that implement AbstractWaterBoundarySurface
 class AbstractWaterBoundarySurfaceImpl
           
 class WaterClosureSurfaceImpl
           
 class WaterGroundSurfaceImpl
           
 class WaterSurfaceImpl
           
 

Methods in org.citygml4j.impl.citygml.waterbody that return AbstractWaterBoundarySurface
 AbstractWaterBoundarySurface BoundedByWaterSurfacePropertyImpl.getWaterBoundarySurface()
           
 

Methods in org.citygml4j.impl.citygml.waterbody with parameters of type AbstractWaterBoundarySurface
 void BoundedByWaterSurfacePropertyImpl.setWaterBoundarySurface(AbstractWaterBoundarySurface waterBoundarySurface)
           
 

Uses of AbstractWaterBoundarySurface in org.citygml4j.model.citygml.waterbody
 

Subinterfaces of AbstractWaterBoundarySurface in org.citygml4j.model.citygml.waterbody
 interface WaterClosureSurface
           
 interface WaterGroundSurface
           
 interface WaterSurface
           
 

Methods in org.citygml4j.model.citygml.waterbody that return AbstractWaterBoundarySurface
 AbstractWaterBoundarySurface BoundedByWaterSurfaceProperty.getWaterBoundarySurface()
           
 

Methods in org.citygml4j.model.citygml.waterbody with parameters of type AbstractWaterBoundarySurface
 void BoundedByWaterSurfaceProperty.setWaterBoundarySurface(AbstractWaterBoundarySurface waterBoundarySurface)
           
 

Uses of AbstractWaterBoundarySurface in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type AbstractWaterBoundarySurface
 T GMLFunctionWalker.apply(AbstractWaterBoundarySurface abstractWaterBoundarySurface)
           
 T FeatureFunctionWalker.apply(AbstractWaterBoundarySurface abstractWaterBoundarySurface)
           
 void GMLWalker.visit(AbstractWaterBoundarySurface abstractWaterBoundarySurface)
           
 void FeatureWalker.visit(AbstractWaterBoundarySurface abstractWaterBoundarySurface)