Uses of Class
org.locationtech.proj4j.datum.Grid
-
Packages that use Grid Package Description org.locationtech.proj4j.datum org.locationtech.proj4j.parser -
-
Uses of Grid in org.locationtech.proj4j.datum
Fields in org.locationtech.proj4j.datum declared as Grid Modifier and Type Field Description private Grid
Grid. child
private Grid
Grid. next
Fields in org.locationtech.proj4j.datum with type parameters of type Grid Modifier and Type Field Description private java.util.List<Grid>
Datum. grids
Methods in org.locationtech.proj4j.datum that return Grid Modifier and Type Method Description private static Grid
Grid. gridinfoInit(java.lang.String gridName)
Methods in org.locationtech.proj4j.datum that return types with arguments of type Grid Modifier and Type Method Description static java.util.List<Grid>
Grid. fromNadGrids(java.lang.String grids)
Methods in org.locationtech.proj4j.datum with parameters of type Grid Modifier and Type Method Description static void
CTABLEV2. load(java.io.DataInputStream definition, Grid grid)
static void
NTV1. load(java.io.DataInputStream definition, Grid grid)
static void
NTV2. load(java.io.DataInputStream instream, Grid grid)
Load grid(sub)file into gridMethod parameters in org.locationtech.proj4j.datum with type arguments of type Grid Modifier and Type Method Description static void
Grid. mergeGridFile(java.lang.String name, java.util.List<Grid> gridList)
Merge (append) a named grid into the given gridlist.void
Datum. setGrids(java.util.List<Grid> grids)
static void
Grid. shift(java.util.List<Grid> grids, boolean inverse, ProjCoordinate in)
Convert between this grid and WGS84, or vice versa if theinverse
flag is set.Constructor parameters in org.locationtech.proj4j.datum with type arguments of type Grid Constructor Description Datum(java.lang.String code, double[] transform, java.util.List<Grid> grids, Ellipsoid ellipsoid, java.lang.String name)
Datum(java.lang.String code, java.util.List<Grid> grids, Ellipsoid ellipsoid, java.lang.String name)
-
Uses of Grid in org.locationtech.proj4j.parser
Fields in org.locationtech.proj4j.parser with type parameters of type Grid Modifier and Type Field Description private java.util.List<Grid>
DatumParameters. grids
Methods in org.locationtech.proj4j.parser that return types with arguments of type Grid Modifier and Type Method Description java.util.List<Grid>
DatumParameters. getGrids()
Method parameters in org.locationtech.proj4j.parser with type arguments of type Grid Modifier and Type Method Description void
DatumParameters. setGrids(java.util.List<Grid> grids)
-