Uses of Class
com.agisoft.metashape.Orthomosaic
Packages that use Orthomosaic
-
Uses of Orthomosaic in com.agisoft.metashape
Methods in com.agisoft.metashape that return OrthomosaicModifier and TypeMethodDescriptionstatic Orthomosaic[]Orthomosaic.cArrayWrap(long[] cArray, boolean cMemoryOwn) Chunk.getOrthomosaic()Default orthomosaic for the current frame, may be null.Chunk.getOrthomosaics()List of orthomosaics for the current frame.Methods in com.agisoft.metashape with parameters of type OrthomosaicModifier and TypeMethodDescriptionstatic long[]Orthomosaic.cArrayUnwrap(Orthomosaic[] arrayWrapper) static longOrthomosaic.getCPtr(Orthomosaic obj) static final longMetashapeJNI.new_Orthomosaic__SWIG_1(long jarg1, Orthomosaic jarg1_) static final longMetashapeJNI.Orthomosaic_getBottomRight(long jarg1, Orthomosaic jarg1_) static final longMetashapeJNI.Orthomosaic_getChunk(long jarg1, Orthomosaic jarg1_) static final longMetashapeJNI.Orthomosaic_getHeight(long jarg1, Orthomosaic jarg1_) static final intMetashapeJNI.Orthomosaic_getKey(long jarg1, Orthomosaic jarg1_) static final StringMetashapeJNI.Orthomosaic_getLabel(long jarg1, Orthomosaic jarg1_) static final longMetashapeJNI.Orthomosaic_getMeta(long jarg1, Orthomosaic jarg1_) static final StringMetashapeJNI.Orthomosaic_getPath(long jarg1, Orthomosaic jarg1_) static final longMetashapeJNI.Orthomosaic_getProjection(long jarg1, Orthomosaic jarg1_) static final doubleMetashapeJNI.Orthomosaic_getResolution(long jarg1, Orthomosaic jarg1_) static final longMetashapeJNI.Orthomosaic_getTopLeft(long jarg1, Orthomosaic jarg1_) static final longMetashapeJNI.Orthomosaic_getWidth(long jarg1, Orthomosaic jarg1_) static final longMetashapeJNI.Orthomosaic_renderPreview(long jarg1, Orthomosaic jarg1_, long jarg2, long jarg3, Progress jarg4) static final voidMetashapeJNI.Orthomosaic_setLabel(long jarg1, Orthomosaic jarg1_, String jarg2) static final voidMetashapeJNI.Orthomosaic_setMeta(long jarg1, Orthomosaic jarg1_, long jarg2, MetaData jarg2_) Constructors in com.agisoft.metashape with parameters of type Orthomosaic