Package | Description |
---|---|
org.locationtech.proj4j.datum | |
org.locationtech.proj4j.parser |
Modifier and Type | Method and Description |
---|---|
static List<Grid> |
Grid.fromNadGrids(String grids) |
Modifier and Type | Method and Description |
---|---|
static void |
NTV1.load(DataInputStream definition,
Grid grid) |
static void |
CTABLEV2.load(DataInputStream definition,
Grid grid) |
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
Datum(String code,
double[] transform,
List<Grid> grids,
Ellipsoid ellipsoid,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
DatumParameters.setGrids(List<Grid> grids) |
Copyright © 2021. All rights reserved.