Package | Description |
---|---|
org.osm2world.core | |
org.osm2world.core.map_data.creation | |
org.osm2world.core.map_elevation.creation | |
org.osm2world.core.target.common.rendering | |
org.osm2world.core.target.obj |
target that creates Wavefront .obj and .mtl files
|
Modifier and Type | Method and Description |
---|---|
MapProjection |
ConversionFacade.Results.getMapProjection() |
Modifier and Type | Class and Description |
---|---|
class |
MetricMapProjection
Map projection that is intended to use the "dense" space
of floating point values by making all coordinates relative to
the origin.
|
class |
OriginMapProjection
abstract map projection superclass with configurable coordinate origin
|
class |
OrthographicAzimuthalMapProjection
application of an orthographic projection that is intended to use
values in meters centered around the coordinate center (0,0).
|
Constructor and Description |
---|
OSMToMapDataConverter(MapProjection mapProjection,
Configuration config) |
Constructor and Description |
---|
SRTMData(File tileDirectory,
MapProjection projection) |
Modifier and Type | Method and Description |
---|---|
static Camera |
OrthoTilesUtil.cameraForTile(MapProjection mapProjection,
TileNumber tile,
double angleDeg,
OrthoTilesUtil.CardinalDirection from) |
static Camera |
OrthoTilesUtil.cameraForTiles(MapProjection mapProjection,
List<TileNumber> tiles,
double angleDeg,
OrthoTilesUtil.CardinalDirection from) |
static Projection |
OrthoTilesUtil.projectionForTile(MapProjection mapProjection,
TileNumber tile,
double angleDeg,
OrthoTilesUtil.CardinalDirection from) |
static Projection |
OrthoTilesUtil.projectionForTiles(MapProjection mapProjection,
List<TileNumber> tiles,
double angleDeg,
OrthoTilesUtil.CardinalDirection from) |
Modifier and Type | Method and Description |
---|---|
static void |
ObjWriter.writeObjFile(File objFile,
MapData mapData,
MapProjection mapProjection,
Camera camera,
Projection projection,
boolean underground) |
static void |
ObjWriter.writeObjFiles(File objDirectory,
MapData mapData,
MapProjection mapProjection,
Camera camera,
Projection projection,
int primitiveThresholdPerFile) |