public class Elevation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Elevation() |
Elevation(Elevation elevation) |
Elevation(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
cArrayUnwrap(Elevation[] arrayWrapper) |
static Elevation[] |
cArrayWrap(long[] cArray,
boolean cMemoryOwn) |
void |
delete() |
protected void |
finalize() |
Vector2d |
getBottomRight()
Coordinates of the bottom right corner.
|
Chunk |
getChunk()
Chunk container.
|
static long |
getCPtr(Elevation obj) |
long |
getHeight()
Elevation model height.
|
int |
getKey()
Elevation model identifier.
|
java.lang.String |
getLabel()
Elevation model label.
|
float |
getMaxElevation()
Maximum elevation value.
|
MetaData |
getMeta()
Elevation model meta data.
|
float |
getMinElevation()
Minimum elevation value.
|
java.lang.String |
getPath()
Path to elevation data.
|
OrthoProjection |
getProjection()
Projection of elevation model.
|
double |
getResolution()
DEM resolution in meters.
|
Vector2d |
getTopLeft()
Coordinates of the top left corner.
|
long |
getWidth()
Elevation model width.
|
void |
setLabel(java.lang.String label)
Elevation model label.
|
void |
setMeta(MetaData meta)
Elevation model meta data.
|
public Elevation(long cPtr,
boolean cMemoryOwn)
public Elevation()
public Elevation(Elevation elevation)
public static long getCPtr(Elevation obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public static long[] cArrayUnwrap(Elevation[] arrayWrapper)
public static Elevation[] cArrayWrap(long[] cArray, boolean cMemoryOwn)
public int getKey()
public Chunk getChunk()
public void setLabel(java.lang.String label)
public java.lang.String getLabel()
public java.lang.String getPath()
public void setMeta(MetaData meta)
public MetaData getMeta()
public long getWidth()
public long getHeight()
public Vector2d getTopLeft()
public Vector2d getBottomRight()
public OrthoProjection getProjection()
public double getResolution()
public float getMinElevation()
public float getMaxElevation()