public final class Grid extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Grid.ConversionTable |
Constructor and Description |
---|
Grid() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
static List<Grid> |
fromNadGrids(String grids) |
int |
hashCode() |
static void |
mergeGridFile(String name,
List<Grid> gridList)
Merge (append) a named grid into the given gridlist.
|
static void |
shift(List<Grid> grids,
boolean inverse,
ProjCoordinate in)
Convert between this grid and WGS84, or vice versa if the
inverse flag is set. |
String |
toString() |
public static void mergeGridFile(String name, List<Grid> gridList) throws IOException
IOException
public static void shift(List<Grid> grids, boolean inverse, ProjCoordinate in)
inverse
flag is set.public static List<Grid> fromNadGrids(String grids) throws IOException
IOException
Copyright © 2021. All rights reserved.