public class Reproject extends Object
| 构造器 | 说明 |
|---|---|
Reproject() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static Array |
reproject(Array data,
List<Number> x,
List<Number> y,
List<Number> rx,
List<Number> ry,
ProjectionInfo fromProj,
ProjectionInfo toProj,
double fill_value,
ResampleMethods resampleMethod) |
Reproject
|
static Array |
reproject(Array data,
List<Number> x,
List<Number> y,
Array rx,
Array ry,
ProjectionInfo fromProj,
ProjectionInfo toProj,
double fill_value,
ResampleMethods resampleMethod) |
Reproject
|
static Array |
reproject(Array data,
List<Number> x,
List<Number> y,
Array rx,
Array ry,
ProjectionInfo fromProj,
ProjectionInfo toProj,
ResampleMethods resampleMethod) |
Reproject
|
static Object[] |
reproject(Array data,
List<Number> xx,
List<Number> yy,
ProjectionInfo fromProj,
ProjectionInfo toProj) |
Project grid data
|
static Object[] |
reproject(Array data,
List<Number> xx,
List<Number> yy,
ProjectionInfo fromProj,
ProjectionInfo toProj,
ResampleMethods method) |
Project grid data
|
static Object[] |
reproject(Array data,
List<Number> xx,
List<Number> yy,
CoordinateReferenceSystem fromProj,
CoordinateReferenceSystem toProj,
ResampleMethods method) |
Project grid data
|
static Array[] |
reproject(Array x,
Array y,
ProjectionInfo fromProj,
ProjectionInfo toProj) |
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 numberpublic static Object[] reproject(Array data, List<Number> xx, List<Number> yy, CoordinateReferenceSystem fromProj, CoordinateReferenceSystem toProj, ResampleMethods method) throws InvalidRangeException
data - Data arrayxx - X arrayyy - Y arrayfromProj - From projectiontoProj - To projectionmethod - Resample methodInvalidRangeExceptionpublic static Object[] reproject(Array data, List<Number> xx, List<Number> yy, ProjectionInfo fromProj, ProjectionInfo toProj, ResampleMethods method) throws InvalidRangeException
data - Data arrayxx - X arrayyy - Y arrayfromProj - From projectiontoProj - To projectionmethod - Resample methodInvalidRangeExceptionpublic static Object[] reproject(Array data, List<Number> xx, List<Number> yy, ProjectionInfo fromProj, ProjectionInfo toProj) throws InvalidRangeException
data - Data arrayxx - X arrayyy - Y arrayfromProj - From projectiontoProj - To projectionorg.meteothink.ndarray.InvalidRangeExceptionInvalidRangeExceptionpublic static Array reproject(Array data, List<Number> x, List<Number> y, Array rx, Array ry, ProjectionInfo fromProj, ProjectionInfo toProj, double fill_value, ResampleMethods resampleMethod) throws InvalidRangeException
data - Data arrayx - X arrayy - Y arrayrx - Result x arrayry - Result y arrayfromProj - From projectiontoProj - To projectionfill_value - Fill valueresampleMethod - Resample methodorg.meteothink.ndarray.InvalidRangeExceptionInvalidRangeExceptionpublic static Array reproject(Array data, List<Number> x, List<Number> y, Array rx, Array ry, ProjectionInfo fromProj, ProjectionInfo toProj, ResampleMethods resampleMethod) throws InvalidRangeException
data - Data arrayx - X arrayy - Y arrayrx - Result x arrayry - Result y arrayfromProj - From projectiontoProj - To projectionresampleMethod - Resample methodorg.meteothink.ndarray.InvalidRangeExceptionInvalidRangeExceptionpublic static Array reproject(Array data, List<Number> x, List<Number> y, List<Number> rx, List<Number> ry, ProjectionInfo fromProj, ProjectionInfo toProj, double fill_value, ResampleMethods resampleMethod)
data - Data arrayx - X arrayy - Y arrayrx - Result x arrayry - Result y arrayfromProj - From projectiontoProj - To projectionfill_value - Fill valueresampleMethod - Resample methodpublic static Array[] reproject(Array x, Array y, ProjectionInfo fromProj, ProjectionInfo toProj)
x - X arrayy - Y arrayfromProj - From projectiontoProj - To projectionCopyright © 2019. All rights reserved.