Uses of Class
org.osm2world.core.target.common.rendering.Projection

Packages that use Projection
org.osm2world.console command line interface for OSM2World. 
org.osm2world.core.target.common.rendering   
org.osm2world.core.target.jogl   
org.osm2world.core.target.povray target that creates .pov files for the POVRay raytracer 
org.osm2world.viewer.model   
 

Uses of Projection in org.osm2world.console
 

Methods in org.osm2world.console with parameters of type Projection
static void ImageExport.writeImageFile(File outputFile, int x, int y, ConversionFacade.Results results, Camera camera, Projection projection)
           
 

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

Methods in org.osm2world.core.target.common.rendering that return Projection
static Projection OrthoTilesUtil.projectionForBounds(AxisAlignedBoundingBoxXZ bounds, double angleDeg)
           
static Projection OrthoTilesUtil.projectionForTile(MapProjection mapProjection, TileNumber tile, double angleDeg)
           
static Projection OrthoTilesUtil.projectionForTiles(MapProjection mapProjection, List<TileNumber> tiles, double angleDeg)
           
 Projection Projection.withAspectRatio(double newAspectRatio)
           
 Projection Projection.withVolumeHeight(double newVolumeHeight)
           
 

Uses of Projection in org.osm2world.core.target.jogl
 

Methods in org.osm2world.core.target.jogl with parameters of type Projection
static void JOGLTarget.setProjectionMatrices(GL gl, Projection projection)
           
static void JOGLTarget.setProjectionMatricesForPart(GL gl, Projection projection, double xStart, double xEnd, double yStart, double yEnd)
          similar to JOGLTarget.setProjectionMatrices(GL, Projection), but allows rendering only a part of the "normal" image.
 

Uses of Projection in org.osm2world.core.target.povray
 

Methods in org.osm2world.core.target.povray with parameters of type Projection
static void POVRayWriter.writePOVInstructionFile(File file, MapData mapData, CellularTerrainElevation eleData, Terrain terrain, Camera camera, Projection projection)
           
 

Uses of Projection in org.osm2world.viewer.model
 

Fields in org.osm2world.viewer.model declared as Projection
static Projection Defaults.ORTHOGRAPHIC_PROJECTION
           
static Projection Defaults.PERSPECTIVE_PROJECTION
           
 Projection RenderOptions.projection