Uses of Class
com.agisoft.metashape.Document
Packages that use Document
-
Uses of Document in com.agisoft.metashape
Methods in com.agisoft.metashape that return DocumentMethods in com.agisoft.metashape with parameters of type DocumentModifier and TypeMethodDescriptionvoidAppend chunks from another document.static final longMetashapeJNI.Document_addChunk(long jarg1, Document jarg1_) static final voidMetashapeJNI.Document_append(long jarg1, Document jarg1_, long jarg2, Document jarg2_, Progress jarg3) static final voidMetashapeJNI.Document_clear(long jarg1, Document jarg1_) static final StringMetashapeJNI.Document_dump(long jarg1, Document jarg1_) static final longMetashapeJNI.Document_getActiveChunk(long jarg1, Document jarg1_) static final longMetashapeJNI.Document_getChunk(long jarg1, Document jarg1_, int jarg2) static final int[]MetashapeJNI.Document_getChunkKeys(long jarg1, Document jarg1_) static final long[]MetashapeJNI.Document_getChunks(long jarg1, Document jarg1_) static final longMetashapeJNI.Document_getMeta(long jarg1, Document jarg1_) static final StringMetashapeJNI.Document_getPath(long jarg1, Document jarg1_) static final booleanMetashapeJNI.Document_isReadOnly(long jarg1, Document jarg1_) static final voidMetashapeJNI.Document_load(long jarg1, Document jarg1_, String jarg2) static final voidMetashapeJNI.Document_open(long jarg1, Document jarg1_, String jarg2, boolean jarg3, Progress jarg4) static final voidMetashapeJNI.Document_remove(long jarg1, Document jarg1_, long jarg2, Chunk jarg2_) static final voidMetashapeJNI.Document_save(long jarg1, Document jarg1_, String jarg2, int[] jarg3, int jarg4, boolean jarg5, Progress jarg6) static final voidMetashapeJNI.Document_setActiveChunk(long jarg1, Document jarg1_, long jarg2, Chunk jarg2_) static final voidMetashapeJNI.Document_setMeta(long jarg1, Document jarg1_, long jarg2, MetaData jarg2_) static final voidMetashapeJNI.Document_setReadOnly(long jarg1, Document jarg1_, boolean jarg2) static longstatic final longMetashapeJNI.new_Document__SWIG_1(long jarg1, Document jarg1_) Constructors in com.agisoft.metashape with parameters of type Document -
Uses of Document in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks with parameters of type DocumentModifier and TypeMethodDescriptionvoidApply task to document.static final voidTasksJNI.Task_apply__SWIG_1(long jarg1, Task jarg1_, long jarg2, Document jarg2_, Progress jarg3) static final longTasksJNI.Task_toNetworkTask__SWIG_3(long jarg1, Task jarg1_, long jarg2, Document jarg2_) Task.toNetworkTask(Document doc) Convert task to NetworkTask to be applied to the whole project.