Uses of Class
org.citygml4j.jaxb.citygml.core._2.RelativeToTerrainType

Packages that use RelativeToTerrainType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml.core._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return RelativeToTerrainType
 RelativeToTerrainType Core200Marshaller.marshalRelativeToTerrain(RelativeToTerrain src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type RelativeToTerrainType
 RelativeToTerrain Core200Unmarshaller.unmarshalRelativeToTerrain(RelativeToTerrainType src)
           
 

Uses of RelativeToTerrainType in org.citygml4j.jaxb.citygml.core._2
 

Methods in org.citygml4j.jaxb.citygml.core._2 that return RelativeToTerrainType
static RelativeToTerrainType RelativeToTerrainType.fromValue(java.lang.String v)
           
 RelativeToTerrainType AbstractCityObjectType.getRelativeToTerrain()
          Ruft den Wert der relativeToTerrain-Eigenschaft ab.
static RelativeToTerrainType RelativeToTerrainType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelativeToTerrainType[] RelativeToTerrainType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.jaxb.citygml.core._2 with parameters of type RelativeToTerrainType
 void AbstractCityObjectType.setRelativeToTerrain(RelativeToTerrainType value)
          Legt den Wert der relativeToTerrain-Eigenschaft fest.