Uses of Class
org.citygml4j.jaxb.citygml._0_4.BoundedByWaterSurfacePropertyType

Packages that use BoundedByWaterSurfacePropertyType
org.citygml4j.builder.jaxb.marshal.citygml.waterbody   
org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody   
org.citygml4j.jaxb.citygml._0_4   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody that return BoundedByWaterSurfacePropertyType
 BoundedByWaterSurfacePropertyType WaterBody040Marshaller.marshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfaceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type BoundedByWaterSurfacePropertyType
 BoundedByWaterSurfaceProperty WaterBody040Unmarshaller.unmarshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfacePropertyType src)
           
 

Uses of BoundedByWaterSurfacePropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return BoundedByWaterSurfacePropertyType
 BoundedByWaterSurfacePropertyType ObjectFactory.createBoundedByWaterSurfacePropertyType()
          Create an instance of BoundedByWaterSurfacePropertyType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type BoundedByWaterSurfacePropertyType
 java.util.List<BoundedByWaterSurfacePropertyType> WaterBodyType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 

Method parameters in org.citygml4j.jaxb.citygml._0_4 with type arguments of type BoundedByWaterSurfacePropertyType
 void WaterBodyType.setBoundedBySurface(java.util.List<BoundedByWaterSurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.