Class Orthomosaic

java.lang.Object
com.agisoft.metashape.Orthomosaic

public class Orthomosaic
extends Object
Orthomosaic.
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • Orthomosaic

      public Orthomosaic​(long cPtr, boolean cMemoryOwn)
    • Orthomosaic

      public Orthomosaic()
    • Orthomosaic

      public Orthomosaic​(Orthomosaic orthomosaic)
  • Method Details

    • getCPtr

      public static long getCPtr​(Orthomosaic obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • cArrayUnwrap

      public static long[] cArrayUnwrap​(Orthomosaic[] arrayWrapper)
    • cArrayWrap

      public static Orthomosaic[] cArrayWrap​(long[] cArray, boolean cMemoryOwn)
    • getKey

      public int getKey()
      Orthomosaic identifier.
    • getChunk

      public Chunk getChunk()
      Chunk container.
    • setLabel

      public void setLabel​(String label)
      Orthomosaic label.
    • getLabel

      public String getLabel()
      Orthomosaic label.
    • getPath

      public String getPath()
      Path to orthomosaic data.
    • setMeta

      public void setMeta​(MetaData meta)
      Orthomosaic meta data.
    • getMeta

      public MetaData getMeta()
      Orthomosaic meta data.
    • getWidth

      public long getWidth()
      Orthomosaic width.
    • getHeight

      public long getHeight()
      Orthomosaic height.
    • getTopLeft

      public Vector2d getTopLeft()
      Coordinates of the top left orthomosaic corner.
    • getBottomRight

      public Vector2d getBottomRight()
      Coordinates of the bottom right orthomosaic corner.
    • getProjection

      public OrthoProjection getProjection()
      Orthomosaic projection.
    • getResolution

      public double getResolution()
      Orthomosaic resolution in meters.
    • renderPreview

      public Image renderPreview​(long width, long height, Progress progress)
      Generate orthomosaic preview image.
      Parameters:
      width - Preview image width.
      height - Preview image height.
      Returns:
      Preview image.