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

Packages that use BoundedByWaterSurfaceProperty
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   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type BoundedByWaterSurfaceProperty
 BoundedByWaterSurfacePropertyType WaterBody100Marshaller.marshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfaceProperty src)
           
 BoundedByWaterSurfacePropertyType WaterBody040Marshaller.marshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfaceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody that return BoundedByWaterSurfaceProperty
 BoundedByWaterSurfaceProperty WaterBody100Unmarshaller.unmarshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfacePropertyType src)
           
 BoundedByWaterSurfaceProperty WaterBody040Unmarshaller.unmarshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfacePropertyType src)
           
 

Uses of BoundedByWaterSurfaceProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return BoundedByWaterSurfaceProperty
 BoundedByWaterSurfaceProperty CityGMLFactory.createBoundedByWaterSurfaceProperty()
           
 BoundedByWaterSurfaceProperty CityGMLFactory.createBoundedByWaterSurfaceProperty(AbstractWaterBoundarySurface waterBoundarySurface)
           
 BoundedByWaterSurfaceProperty CityGMLFactory.createBoundedByWaterSurfaceProperty(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.waterbody that implement BoundedByWaterSurfaceProperty
 class BoundedByWaterSurfacePropertyImpl
           
 

Methods in org.citygml4j.impl.citygml.waterbody that return types with arguments of type BoundedByWaterSurfaceProperty
 java.util.List<BoundedByWaterSurfaceProperty> WaterBodyImpl.getBoundedBySurface()
           
 

Methods in org.citygml4j.impl.citygml.waterbody with parameters of type BoundedByWaterSurfaceProperty
 void WaterBodyImpl.addBoundedBySurface(BoundedByWaterSurfaceProperty boundedBySurface)
           
 boolean WaterBodyImpl.unsetBoundedBySurface(BoundedByWaterSurfaceProperty boundedBySurface)
           
 

Method parameters in org.citygml4j.impl.citygml.waterbody with type arguments of type BoundedByWaterSurfaceProperty
 void WaterBodyImpl.setBoundedBySurface(java.util.List<BoundedByWaterSurfaceProperty> boundedBySurface)
           
 

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

Methods in org.citygml4j.model.citygml.waterbody that return types with arguments of type BoundedByWaterSurfaceProperty
 java.util.List<BoundedByWaterSurfaceProperty> WaterBody.getBoundedBySurface()
           
 

Methods in org.citygml4j.model.citygml.waterbody with parameters of type BoundedByWaterSurfaceProperty
 void WaterBody.addBoundedBySurface(BoundedByWaterSurfaceProperty boundedBySurface)
           
 boolean WaterBody.unsetBoundedBySurface(BoundedByWaterSurfaceProperty boundedBySurface)
           
 

Method parameters in org.citygml4j.model.citygml.waterbody with type arguments of type BoundedByWaterSurfaceProperty
 void WaterBody.setBoundedBySurface(java.util.List<BoundedByWaterSurfaceProperty> boundedBySurface)