Uses of Class
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.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 WaterBody200Marshaller.marshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfaceProperty src)
           
 BoundedByWaterSurfacePropertyType WaterBody100Marshaller.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 WaterBody200Unmarshaller.unmarshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfacePropertyType src)
           
 BoundedByWaterSurfaceProperty WaterBody100Unmarshaller.unmarshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfacePropertyType src)
           
 

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)