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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody that return WaterClosureSurfaceType
 WaterClosureSurfaceType WaterBody200Marshaller.marshalWaterClosureSurface(WaterClosureSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type WaterClosureSurfaceType
 void WaterBody200Marshaller.marshalWaterClosureSurface(WaterClosureSurface src, WaterClosureSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type WaterClosureSurfaceType
 WaterClosureSurface WaterBody200Unmarshaller.unmarshalWaterClosureSurface(WaterClosureSurfaceType src)
           
 void WaterBody200Unmarshaller.unmarshalWaterClosureSurface(WaterClosureSurfaceType src, WaterClosureSurface dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.wtr._2 that return types with arguments of type WaterClosureSurfaceType
 javax.xml.bind.JAXBElement<WaterClosureSurfaceType> ObjectFactory.createWaterClosureSurface(WaterClosureSurfaceType value)
          Create an instance of JAXBElement<WaterClosureSurfaceType>}
 

Methods in org.citygml4j.jaxb.citygml.wtr._2 with parameters of type WaterClosureSurfaceType
 javax.xml.bind.JAXBElement<WaterClosureSurfaceType> ObjectFactory.createWaterClosureSurface(WaterClosureSurfaceType value)
          Create an instance of JAXBElement<WaterClosureSurfaceType>}