Uses of Interface
org.osm2world.core.map_data.creation.MapProjection

Packages that use MapProjection
org.osm2world.core   
org.osm2world.core.map_data.creation   
org.osm2world.core.target.common.rendering   
 

Uses of MapProjection in org.osm2world.core
 

Methods in org.osm2world.core that return MapProjection
 MapProjection ConversionFacade.Results.getMapProjection()
           
 

Constructors in org.osm2world.core with parameters of type MapProjection
ConversionFacade.Results(MapProjection mapProjection, MapData grid, Terrain terrain, CellularTerrainElevation eleData)
           
 

Uses of MapProjection in org.osm2world.core.map_data.creation
 

Classes in org.osm2world.core.map_data.creation that implement MapProjection
 class HackMapProjection
          quick-and-dirty projection that is intended to use the "dense" space of floating point values, and tries to make 1 meter the distance represented by 1 internal unit
 

Constructors in org.osm2world.core.map_data.creation with parameters of type MapProjection
OSMToMapDataConverter(MapProjection mapProjection)
           
 

Uses of MapProjection in org.osm2world.core.target.common.rendering
 

Methods in org.osm2world.core.target.common.rendering with parameters of type MapProjection
static Camera OrthoTilesUtil.cameraForTile(MapProjection mapProjection, TileNumber tile, double angleDeg)
           
static Camera OrthoTilesUtil.cameraForTiles(MapProjection mapProjection, List<TileNumber> tiles, double angleDeg)
           
static Projection OrthoTilesUtil.projectionForTile(MapProjection mapProjection, TileNumber tile, double angleDeg)
           
static Projection OrthoTilesUtil.projectionForTiles(MapProjection mapProjection, List<TileNumber> tiles, double angleDeg)