Serializablepublic final class Grid extends Object implements Serializable
| 限定符和类型 | 类 | 说明 |
|---|---|---|
static class |
Grid.ConversionTable |
| 构造器 | 说明 |
|---|---|
Grid() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
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
IOExceptionpublic static void shift(List<Grid> grids, boolean inverse, ProjCoordinate in)
inverse flag is set.public static List<Grid> fromNadGrids(String grids) throws IOException
IOExceptionCopyright © 2019. All rights reserved.