Package com.agisoft.metashape
Class Elevation
java.lang.Object
com.agisoft.metashape.Elevation
public class Elevation extends Object
Digital elevation model.
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static long[]cArrayUnwrap(Elevation[] arrayWrapper)static Elevation[]cArrayWrap(long[] cArray, boolean cMemoryOwn)voiddelete()protected voidfinalize()Vector2dgetBottomRight()Coordinates of the bottom right corner.ChunkgetChunk()Chunk container.static longgetCPtr(Elevation obj)longgetHeight()Elevation model height.intgetKey()Elevation model identifier.StringgetLabel()Elevation model label.floatgetMaxElevation()Maximum elevation value.MetaDatagetMeta()Elevation model meta data.floatgetMinElevation()Minimum elevation value.StringgetPath()Path to elevation data.OrthoProjectiongetProjection()Projection of elevation model.doublegetResolution()DEM resolution in meters.Vector2dgetTopLeft()Coordinates of the top left corner.longgetWidth()Elevation model width.voidsetLabel(String label)Elevation model label.voidsetMeta(MetaData meta)Elevation model meta data.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Elevation
public Elevation(long cPtr, boolean cMemoryOwn) -
Elevation
public Elevation() -
Elevation
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
cArrayUnwrap
-
cArrayWrap
-
getKey
public int getKey()Elevation model identifier. -
getChunk
Chunk container. -
setLabel
Elevation model label. -
getLabel
Elevation model label. -
getPath
Path to elevation data. -
setMeta
Elevation model meta data. -
getMeta
Elevation model meta data. -
getWidth
public long getWidth()Elevation model width. -
getHeight
public long getHeight()Elevation model height. -
getTopLeft
Coordinates of the top left corner. -
getBottomRight
Coordinates of the bottom right corner. -
getProjection
Projection of elevation model. -
getResolution
public double getResolution()DEM resolution in meters. -
getMinElevation
public float getMinElevation()Minimum elevation value. -
getMaxElevation
public float getMaxElevation()Maximum elevation value.
-