Skip to content

Releases: jseinturier/metashape-java-maven

Agisoft Metashape(c) Wrapper Java 1.8.4

28 Jul 13:14
Compare
Choose a tag to compare

The Agisoft Metashape(c) 1.8.4 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.4</version>
</dependency>

Standalone

The library can be used as a standalone by downloading the metashape-1.8.4.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.

If you are experiencing a No license for product (-1) error, it is recommended to define an agisoft_LICENSE environment variable that points to the folder where Agisoft Metashape(c) license file (default rlm_roam.lic or other .lic file) is stored. By default this folder is:

  • C:\Program Files\Agisoft\Metashape Pro on windows x64
  • C:\Program Files (x86)\Agisoft\Metashape Pro on windows x32

Agisoft Metashape Wrapper Java 1.8.3

28 Jul 12:03
Compare
Choose a tag to compare

The Agisoft Metashape(c) 1.8.3 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.3</version>
</dependency>

Standalone

The library can be used as a standalone by downloading the metashape-1.8.3.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.

If you are experiencing a No license for product (-1) error, it is recommended to define an agisoft_LICENSE environment variable that points to the folder where Agisoft Metashape(c) license file (default rlm_roam.lic or other .lic file) is stored. By default this folder is:

  • C:\Program Files\Agisoft\Metashape Pro on windows x64
  • C:\Program Files (x86)\Agisoft\Metashape Pro on windows x32

Agisoft Metashape Wrapper Java 1.8.2

28 Jul 11:33
Compare
Choose a tag to compare

The Agisoft Metashape(c) 1.8.2 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.2</version>
</dependency>

Standalone

The library can be used as a standalone by downloading the metashape-1.8.2.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.

If you are experiencing a No license for product (-1) error, it is recommended to define an agisoft_LICENSE environment variable that points to the folder where Agisoft Metashape(c) license file (default rlm_roam.lic or other .lic file) is stored. By default this folder is:

  • C:\Program Files\Agisoft\Metashape Pro on windows x64
  • C:\Program Files (x86)\Agisoft\Metashape Pro on windows x32

Agisoft Metashape Wrapper Java 1.8.1

28 Jul 11:04
Compare
Choose a tag to compare

The Agisoft Metashape(c) 1.8.1 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>X.Y.Z</version>
</dependency>

Standalone

The library can be used as a standalone by downloading the metashape-1.8.1.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.

If you are experiencing a No license for product (-1) error, it is recommended to define an agisoft_LICENSE environment variable that points to the folder where Agisoft Metashape(c) license file (default rlm_roam.lic or other .lic file) is stored. By default this folder is:

  • C:\Program Files\Agisoft\Metashape Pro on windows x64
  • C:\Program Files (x86)\Agisoft\Metashape Pro on windows x32

Agisoft Metashape Wrapper Java 1.8.0

28 Jul 07:52
Compare
Choose a tag to compare

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.

Agisoft Metashape Wrapper Java 1.7.6

12 Jul 06:36
Compare
Choose a tag to compare

The Agisoft Metashape(c) X.Y.Z 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.7.6</version>
</dependency>

Standalone

The library can be used as a standalone by downloading the metashape-1.7.6.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.

Agisoft Metashape Wrapper Java 1.7.5

12 Jul 06:16
Compare
Choose a tag to compare

The Agisoft Metashape(c) 1.7.5 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.7.5</version>
</dependency>

Standalone

The library can be used as a standalone by downloading the metashape-1.7.5.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.

Agisoft Metashape Wrapper Java 1.7.4

11 Jul 12:45
Compare
Choose a tag to compare

The Agisoft Metashape(c) 1.7.4 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.7.4</version>
</dependency>

Standalone

The library can be used as a standalone by downloading the metashape-1.7.4.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.

Agisoft Metashape Wrapper Java 1.7.3

11 Jul 12:07
Compare
Choose a tag to compare

The Agisoft Metashape(c) 1.7.3 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.7.3</version>
</dependency>

Standalone

The library can be used as a standalone by downloading the metashape-1.7.3.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.

Agisoft Metashape Java Wrapper 1.7.2

16 Apr 06:28
Compare
Choose a tag to compare

The Agisoft Metashape(c) 1.7.2 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.7.2</version>
</dependency>

Standalone

The library can be used as a standalone by downloading the metashape-1.7.2.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.