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 GridGrid. childprivate GridGrid. nextFields in org.locationtech.proj4j.datum with type parameters of type Grid Modifier and Type Field Description private java.util.List<Grid>Datum. gridsMethods in org.locationtech.proj4j.datum that return Grid Modifier and Type Method Description private static GridGrid. 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 voidCTABLEV2. load(java.io.DataInputStream definition, Grid grid)static voidNTV1. load(java.io.DataInputStream definition, Grid grid)static voidNTV2. 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 voidGrid. mergeGridFile(java.lang.String name, java.util.List<Grid> gridList)Merge (append) a named grid into the given gridlist.voidDatum. setGrids(java.util.List<Grid> grids)static voidGrid. shift(java.util.List<Grid> grids, boolean inverse, ProjCoordinate in)Convert between this grid and WGS84, or vice versa if theinverseflag 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. gridsMethods 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 voidDatumParameters. setGrids(java.util.List<Grid> grids)
-