public class Reproject extends Object
| 构造器 | 说明 |
|---|---|
Reproject() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static PointD |
reprojectPoint(double x,
double y,
ProjectionInfo source,
ProjectionInfo dest) |
Reproject a point
|
static PointD |
reprojectPoint(PointD point,
ProjectionInfo source,
ProjectionInfo dest) |
Reproject a point
|
static void |
reprojectPoints(double[][] points,
ProjectionInfo source,
ProjectionInfo dest) |
Reproject a point
|
static void |
reprojectPoints(double[][] points,
ProjectionInfo source,
ProjectionInfo dest,
int startIndex,
int numPoints) |
Reproject points
|
public static PointD reprojectPoint(double x, double y, ProjectionInfo source, ProjectionInfo dest)
x - Xy - Ysource - Source projection infodest - Destination projection infopublic static PointD reprojectPoint(PointD point, ProjectionInfo source, ProjectionInfo dest)
point - The pointsource - Source projection infodest - Destination projection infopublic static void reprojectPoints(double[][] points,
ProjectionInfo source,
ProjectionInfo dest)
points - The pointssource - Source projection infodest - Destination projection infopublic static void reprojectPoints(double[][] points,
ProjectionInfo source,
ProjectionInfo dest,
int startIndex,
int numPoints)
points - The pointssource - Source projection infodest - Destination projection infostartIndex - Start indexnumPoints - Point numberCopyright © 2019. All rights reserved.