|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElevationCalculator | |
---|---|
org.osm2world.core | |
org.osm2world.core.map_elevation.creation |
Uses of ElevationCalculator in org.osm2world.core |
---|
Methods in org.osm2world.core with parameters of type ElevationCalculator | |
---|---|
void |
ConversionFacade.setElevationCalculator(ElevationCalculator elevationCalculator)
sets the ElevationCalculator that is used during subsequent calls
to ConversionFacade.createRepresentations(OSMData, List, Configuration, List) |
Uses of ElevationCalculator in org.osm2world.core.map_elevation.creation |
---|
Classes in org.osm2world.core.map_elevation.creation that implement ElevationCalculator | |
---|---|
class |
EleTagElevationCalculator
sets elevations based on ele tags |
class |
ForceElevationCalculator
|
class |
LevelTagElevationCalculator
sets elevations based on level tags |
class |
RenderingForceElevationCalculator
ElevationCalculator that allows to set the number of calculation steps and displays the forces that would be in effect during the next step. |
class |
TagElevationCalculator
relies on tags that explicitly set elevation. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |