public class CrsProj extends Object
Modifier and Type | Method and Description |
---|---|
void |
changeStrCrs(String code) |
static int |
compareDatums(CrsProj crs1,
CrsProj crs2) |
protected void |
createCrs(String strCrs) |
double |
getConversionFactorToMeters() |
long |
getPtr() |
SpatialReference |
getSpatialReference() |
String |
getStr() |
String |
getUnits() |
boolean |
isGeocent() |
boolean |
isLatlong() |
static int |
operate(double[] firstCoord,
double[] secondCoord,
double[] thirdCoord,
CrsProj srcCrs,
CrsProj destCrs) |
void |
reloadCrs() |
public CrsProj(String proj4String)
protected void createCrs(String strCrs) throws CrsProjException
CrsProjException
public void reloadCrs() throws CrsException
CrsException
public void changeStrCrs(String code)
public boolean isLatlong()
public boolean isGeocent()
public String getUnits()
public double getConversionFactorToMeters()
public String getStr()
public long getPtr()
public SpatialReference getSpatialReference()
public static int operate(double[] firstCoord, double[] secondCoord, double[] thirdCoord, CrsProj srcCrs, CrsProj destCrs) throws OperationCrsException
OperationCrsException