Uses of Class
org.citygml4j.model.citygml.core.RelativeToWater

Packages that use RelativeToWater
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.model.citygml.core   
 

Uses of RelativeToWater in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type RelativeToWater
 RelativeToWaterType Core200Marshaller.marshalRelativeToWater(RelativeToWater src)
           
 

Uses of RelativeToWater in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return RelativeToWater
 RelativeToWater Core200Unmarshaller.unmarshalRelativeToWater(RelativeToWaterType src)
           
 

Uses of RelativeToWater in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return RelativeToWater
static RelativeToWater RelativeToWater.fromValue(java.lang.String v)
           
 RelativeToWater AbstractCityObject.getRelativeToWater()
           
static RelativeToWater RelativeToWater.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelativeToWater[] RelativeToWater.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.model.citygml.core with parameters of type RelativeToWater
 void AbstractCityObject.setRelativeToWater(RelativeToWater relativeToWater)