Uses of Class
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.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 WaterBody200Marshaller.marshalAbstractWaterBoundarySurface(AbstractWaterBoundarySurface src, AbstractWaterBoundarySurfaceType dest)
           
 void WaterBody100Marshaller.marshalAbstractWaterBoundarySurface(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 WaterBody200Unmarshaller.unmarshalAbstractWaterBoundarySurface(AbstractWaterBoundarySurfaceType src, AbstractWaterBoundarySurface dest)
           
 void WaterBody100Unmarshaller.unmarshalAbstractWaterBoundarySurface(AbstractWaterBoundarySurfaceType src, AbstractWaterBoundarySurface dest)
           
 

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

Subclasses of AbstractWaterBoundarySurface in org.citygml4j.model.citygml.waterbody
 class WaterClosureSurface
           
 class WaterGroundSurface
           
 class WaterSurface
           
 

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

Methods in org.citygml4j.model.citygml.waterbody that return types with arguments of type AbstractWaterBoundarySurface
 java.lang.Class<AbstractWaterBoundarySurface> BoundedByWaterSurfaceProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.waterbody with parameters of type AbstractWaterBoundarySurface
BoundedByWaterSurfaceProperty(AbstractWaterBoundarySurface abstractWaterBoundarySurface)
           
 

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)