Agisoft Metashape Wrapper Java 1.8.0
The Agisoft Metashape(c) 1.8.0 Java wrapper.
Agisoft Metashape(c) wrapper jar can be integrated to Maven projects or can be used as standalone jar.
Integration
Maven
To import the library just add the following dependency to your maven project:
<!-- JOrigin repository -->
<repository>
<id>jorigin</id>
<name>jorigin-maven</name>
<url>https://maven.jorigin.org</url>
</repository>
<!-- The Agisoft Metashape Java Wrapper -->
<dependency>
<groupId>com.agisoft</groupId>
<artifactId>metashape</artifactId>
<version>1.8.0</version>
</dependency>
Standalone
The library can be used as a standalone by downloading the metashape-1.8.0.jar jar and integrating it to the classpath.
Usage
Integrate the jar to your project and make a call to org.metashape.MetashapeNatives.isAvailable()
to check if the Agisoft Metashape(c) native wrapping is enabled.