| 程序包 | 说明 |
|---|---|
| org.locationtech.proj4j.datum | |
| org.locationtech.proj4j.parser |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static List<Grid> |
Grid.fromNadGrids(String grids) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static void |
CTABLEV2.load(DataInputStream definition,
Grid grid) |
|
static void |
NTV1.load(DataInputStream definition,
Grid grid) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static void |
Grid.mergeGridFile(String name,
List<Grid> gridList) |
Merge (append) a named grid into the given gridlist.
|
static void |
Grid.shift(List<Grid> grids,
boolean inverse,
ProjCoordinate in) |
Convert between this grid and WGS84, or vice versa if the
inverse flag is set. |
| 构造器 | 说明 |
|---|---|
Datum(String code,
double[] transform,
List<Grid> grids,
Ellipsoid ellipsoid,
String name) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
DatumParameters.setGrids(List<Grid> grids) |
Copyright © 2019. All rights reserved.