Uses of Class
org.citygml4j.jaxb.citygml.wtr._2.BoundedByWaterSurfacePropertyType

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody that return BoundedByWaterSurfacePropertyType
 BoundedByWaterSurfacePropertyType WaterBody200Marshaller.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 WaterBody200Unmarshaller.unmarshalBoundedByWaterSurfaceProperty(BoundedByWaterSurfacePropertyType src)
           
 

Uses of BoundedByWaterSurfacePropertyType in org.citygml4j.jaxb.citygml.wtr._2
 

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

Methods in org.citygml4j.jaxb.citygml.wtr._2 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.wtr._2 with type arguments of type BoundedByWaterSurfacePropertyType
 void WaterBodyType.setBoundedBySurface(java.util.List<BoundedByWaterSurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.