public class Projection extends Object
| Modifier and Type | Method and Description |
|---|---|
org.osgeo.proj4j.CoordinateReferenceSystem |
getCrs()
Get the Coordinate Reference System
|
long |
getEpsg()
Get the EPSG code
|
ProjectionTransform |
getTransformation(long epsg)
Get the transformation from this Projection to the EPSG code.
|
ProjectionTransform |
getTransformation(Projection projection)
Get the transformation from this Projection to the provided projection.
|
double |
toMeters(double value)
Convert the value to meters
|
public long getEpsg()
public org.osgeo.proj4j.CoordinateReferenceSystem getCrs()
public ProjectionTransform getTransformation(long epsg)
epsg - public ProjectionTransform getTransformation(Projection projection)
projection - public double toMeters(double value)
value - Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.