Package | Description |
---|---|
net.java.html.leaflet |
Leaflet API for Java built around the
Map class. |
Modifier and Type | Method and Description |
---|---|
static ICRS |
ICRS.getEPSG3395()
Rarely used by some commercial tile providers.
|
static ICRS |
ICRS.getEPSG3857()
The most common CRS for online maps, used by almost all free and
commercial tile providers.
|
static ICRS |
ICRS.getEPSG4326()
A common CRS among GIS enthusiasts.
|
static ICRS |
ICRS.getSimple()
A simple CRS that maps longitude and latitude into
x and
y directly. |
Modifier and Type | Method and Description |
---|---|
TileLayerWMSOptions |
TileLayerWMSOptions.setCRS(ICRS crs)
Sets the CRS option
|
MapOptions |
MapOptions.setCRS(ICRS crs)
Coordinate Reference System to use.
|
Copyright © 2017. All rights reserved.