org.cts.op.transformation.grid
Class GridShiftFile

java.lang.Object
  extended by org.cts.op.transformation.grid.GridShiftFile
All Implemented Interfaces:
Serializable

public class GridShiftFile
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GridShiftFile()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridShiftFile

public GridShiftFile()
Method Detail

loadGridShiftFile

public void loadGridShiftFile(InputStream in,
                              boolean loadAccuracy)
                       throws IOException
Throws:
IOException

loadGridShiftFile

public void loadGridShiftFile(RandomAccessFile raf)
                       throws IOException
Throws:
IOException

gridShiftForward

public boolean gridShiftForward(GridShift gs)
                         throws IOException
Throws:
IOException

gridShiftReverse

public boolean gridShiftReverse(GridShift gs)
                         throws IOException
Throws:
IOException

isLoaded

public boolean isLoaded()

unload

public void unload()
            throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object

getSubGridTree

public SubGrid[] getSubGridTree()

getFromEllipsoid

public String getFromEllipsoid()

getToEllipsoid

public String getToEllipsoid()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.