|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.sde.sdk.pe.PeCSTransformations
public final class PeCSTransformations
Converts coordinates from one coordinate system to another.
| Constructor Summary | |
|---|---|
PeCSTransformations()
|
|
| Method Summary | |
|---|---|
static int |
adjhcsToCoordsys(PeAdjHCS adjhcs,
int n,
double[][] coord)
|
static int |
coordsysToAdjhcs(PeAdjHCS adjhcs,
int n,
double[][] coord)
|
static int |
geog1ToGeog2(PeGeogTransformations geogtran,
int n,
double[] coord,
double[] h)
Deprecated. This will be removed after version 10.0. It is replaced by PeGTTransformations.geog1ToGeog2(com.esri.sde.sdk.pe.PeGeogTransformations, int, double[], double[]). |
static int |
geog2ToGeog1(PeGeogTransformations geogtran,
int n,
double[] coord,
double[] h)
Deprecated. This will be removed after version 10.0. It is replaced by PeGTTransformations.geog2ToGeog1(com.esri.sde.sdk.pe.PeGeogTransformations, int, double[], double[]). |
static int |
geogToGeog(PeGeogTransformations geogtran,
int n,
double[] coord,
double[] h,
int transformDirection)
Deprecated. This will be removed after version 10.0. It is replaced by PeGTTransformations.geogToGeog(com.esri.sde.sdk.pe.PeGeogTransformations, int, double[], double[], int). |
static int |
geogToProj(PeProjectedCS projcs,
int n,
double[] coord)
Transform coordinates from a geographic to projected coordinate system. |
static int |
projGeog(PeProjectedCS projcs,
int n,
double[] coord,
int transformDirection)
generic PROJCS/GEOGCS transformations |
static int |
projToGeog(PeProjectedCS projcs,
int n,
double[] coord)
Transform coordinates from a projected to geographic coordinate system. |
static int |
projToGeogCenter(PeProjectedCS projcs,
int n,
double[] coord,
double center_lam)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PeCSTransformations()
| Method Detail |
|---|
public static int projGeog(PeProjectedCS projcs,
int n,
double[] coord,
int transformDirection)
throws PeProjectionException
PeProjectionException
public static int geogToProj(PeProjectedCS projcs,
int n,
double[] coord)
throws PeProjectionException
projcs - (PeProjectedCS)the projected coordsys
transformation methodn - (int) the number of coordinate pointscoord - (double[]) the array of coordinate points [x1, y1.. xn, yn]
PeProjectionException
public static int projToGeog(PeProjectedCS projcs,
int n,
double[] coord)
throws PeProjectionException
projcs - (PeProjectedCS)the projected coordsys
transformation methodn - (int) the number of coordinate pointscoord - (double[]) the array of coordinate points [x1, y1.. xn, yn]
PeProjectionException
public static int projToGeogCenter(PeProjectedCS projcs,
int n,
double[] coord,
double center_lam)
throws PeProjectionException
PeProjectionException
public static int coordsysToAdjhcs(PeAdjHCS adjhcs,
int n,
double[][] coord)
throws PeProjectionException
PeProjectionException
public static int adjhcsToCoordsys(PeAdjHCS adjhcs,
int n,
double[][] coord)
throws PeProjectionException
PeProjectionException
public static int geogToGeog(PeGeogTransformations geogtran,
int n,
double[] coord,
double[] h,
int transformDirection)
throws PeProjectionException
PeGTTransformations.geogToGeog(com.esri.sde.sdk.pe.PeGeogTransformations, int, double[], double[], int).
PeProjectionException
public static int geog1ToGeog2(PeGeogTransformations geogtran,
int n,
double[] coord,
double[] h)
throws PeProjectionException
PeGTTransformations.geog1ToGeog2(com.esri.sde.sdk.pe.PeGeogTransformations, int, double[], double[]).
PeProjectionException
public static int geog2ToGeog1(PeGeogTransformations geogtran,
int n,
double[] coord,
double[] h)
throws PeProjectionException
PeGTTransformations.geog2ToGeog1(com.esri.sde.sdk.pe.PeGeogTransformations, int, double[], double[]).
PeProjectionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||