Package com.agisoft.metashape
Class Orthomosaic
java.lang.Object
com.agisoft.metashape.Orthomosaic
public class Orthomosaic extends Object
Orthomosaic.
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description Orthomosaic()Orthomosaic(long cPtr, boolean cMemoryOwn)Orthomosaic(Orthomosaic orthomosaic) -
Method Summary
Modifier and Type Method Description static long[]cArrayUnwrap(Orthomosaic[] arrayWrapper)static Orthomosaic[]cArrayWrap(long[] cArray, boolean cMemoryOwn)voiddelete()protected voidfinalize()Vector2dgetBottomRight()Coordinates of the bottom right orthomosaic corner.ChunkgetChunk()Chunk container.static longgetCPtr(Orthomosaic obj)longgetHeight()Orthomosaic height.intgetKey()Orthomosaic identifier.StringgetLabel()Orthomosaic label.MetaDatagetMeta()Orthomosaic meta data.StringgetPath()Path to orthomosaic data.OrthoProjectiongetProjection()Orthomosaic projection.doublegetResolution()Orthomosaic resolution in meters.Vector2dgetTopLeft()Coordinates of the top left orthomosaic corner.longgetWidth()Orthomosaic width.ImagerenderPreview(long width, long height, Progress progress)Generate orthomosaic preview image.voidsetLabel(String label)Orthomosaic label.voidsetMeta(MetaData meta)Orthomosaic meta data.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Orthomosaic
public Orthomosaic(long cPtr, boolean cMemoryOwn) -
Orthomosaic
public Orthomosaic() -
Orthomosaic
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
cArrayUnwrap
-
cArrayWrap
-
getKey
public int getKey()Orthomosaic identifier. -
getChunk
Chunk container. -
setLabel
Orthomosaic label. -
getLabel
Orthomosaic label. -
getPath
Path to orthomosaic data. -
setMeta
Orthomosaic meta data. -
getMeta
Orthomosaic meta data. -
getWidth
public long getWidth()Orthomosaic width. -
getHeight
public long getHeight()Orthomosaic height. -
getTopLeft
Coordinates of the top left orthomosaic corner. -
getBottomRight
Coordinates of the bottom right orthomosaic corner. -
getProjection
Orthomosaic projection. -
getResolution
public double getResolution()Orthomosaic resolution in meters. -
renderPreview
Generate orthomosaic preview image.- Parameters:
width- Preview image width.height- Preview image height.- Returns:
- Preview image.
-