Interface CRS
- All Known Implementing Classes:
- Projection
public interface CRS
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
EPSG_4326WGS 84
- 
EPSG_3857WGS 84 / Pseudo-Mercator
 
- 
- 
Method Details- 
getNameString getName()- Returns:
- the name of projection, e.g. 'EPSG:3857'
 
- 
getCrsIdReturn 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
 
 
-