public class Geoid
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
Geoid(Geoid geoid) |
protected |
Geoid(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Geoid obj) |
java.lang.String |
getPath()
Path to geodetic grid file.
|
CoordinateSystem |
getSourceCRS()
Source coordinate system.
|
CoordinateSystem |
getTargetCRS()
Target coordinate system.
|
protected static long |
swigRelease(Geoid obj) |
protected Geoid(long cPtr,
boolean cMemoryOwn)
public Geoid(Geoid geoid)
protected static long getCPtr(Geoid obj)
protected static long swigRelease(Geoid obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void close()
close in interface java.lang.AutoCloseablepublic java.lang.String getPath()
public CoordinateSystem getSourceCRS()
public CoordinateSystem getTargetCRS()