Package com.agisoft.metashape
Class Elevation
java.lang.Object
com.agisoft.metashape.Elevation
Digital elevation model.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long[]cArrayUnwrap(Elevation[] arrayWrapper) static Elevation[]cArrayWrap(long[] cArray, boolean cMemoryOwn) voiddelete()protected voidfinalize()Coordinates of the bottom right corner.getChunk()Chunk container, may be null.static longlongElevation model height.intgetKey()Elevation model identifier.getLabel()Elevation model label.floatMaximum elevation value.getMeta()Elevation model meta data.floatMinimum elevation value.getPath()Path to elevation data.Projection of elevation model.doubleDEM resolution in meters.Coordinates of the top left corner.longgetWidth()Elevation model width.voidElevation model label.voidElevation 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, may be null. -
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.
-