public class GridShiftFile extends Object implements Serializable
| Constructor and Description |
|---|
GridShiftFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromEllipsoid() |
SubGrid[] |
getSubGridTree() |
String |
getToEllipsoid() |
boolean |
gridShiftForward(GridShift gs) |
boolean |
gridShiftReverse(GridShift gs) |
boolean |
isLoaded() |
void |
loadGridShiftFile(InputStream in,
boolean loadAccuracy) |
void |
loadGridShiftFile(RandomAccessFile raf) |
String |
toString() |
void |
unload() |
public void loadGridShiftFile(InputStream in, boolean loadAccuracy) throws IOException
IOExceptionpublic void loadGridShiftFile(RandomAccessFile raf) throws IOException
IOExceptionpublic boolean gridShiftForward(GridShift gs) throws IOException
IOExceptionpublic boolean gridShiftReverse(GridShift gs) throws IOException
IOExceptionpublic boolean isLoaded()
public void unload()
throws IOException
IOExceptionpublic SubGrid[] getSubGridTree()
public String getFromEllipsoid()
public String getToEllipsoid()
Copyright © 2019 CNRS. All rights reserved.