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

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

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

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

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

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

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