Interface CRS
- All Known Implementing Classes:
Projection
public interface CRS
-
Field Summary
-
Method Summary
-
Field Details
-
EPSG_4326
WGS 84 -
EPSG_3857
WGS 84 / Pseudo-Mercator
-
-
Method Details
-
getName
String getName()- Returns:
- the name of projection, e.g. 'EPSG:3857'
-
getCrsId
Return numeric ID of the CRS, omitting SRS prefix. For instance for projection "EPSG:4326" the return value is '4326'.- Returns:
- numeric ID of the CRS
-