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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type RelativeToTerrain
 RelativeToTerrainType Core200Marshaller.marshalRelativeToTerrain(RelativeToTerrain src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return RelativeToTerrain
 RelativeToTerrain Core200Unmarshaller.unmarshalRelativeToTerrain(RelativeToTerrainType src)
           
 

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

Methods in org.citygml4j.model.citygml.core that return RelativeToTerrain
static RelativeToTerrain RelativeToTerrain.fromValue(java.lang.String v)
           
 RelativeToTerrain AbstractCityObject.getRelativeToTerrain()
           
static RelativeToTerrain RelativeToTerrain.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelativeToTerrain[] RelativeToTerrain.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 RelativeToTerrain
 void AbstractCityObject.setRelativeToTerrain(RelativeToTerrain relativeToTerrain)