Package | Description |
---|---|
org.osm2world.core | |
org.osm2world.core.map_data.creation |
Modifier and Type | Method and Description |
---|---|
void |
ConversionFacade.setMapProjectionFactory(Factory<? extends OriginMapProjection> mapProjectionFactory)
sets the factory that will make
MapProjection
instances during subsequent calls to
ConversionFacade.createRepresentations(OSMData, List, Configuration, List) . |
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 |
OrthographicAzimuthalMapProjection
application of an orthographic projection that is intended to use
values in meters centered around the coordinate center (0,0).
|