esri geometry-api-java的maven创建

来源:互联网 发布:斧子主机 知乎 编辑:程序博客网 时间:2024/06/08 13:57

使用esri的geomotry api,官方文档比较老,一般根据maven创建。

源码创建:

  1. Download and unzip the .zip file, or clone the repository.
  2. Deploy the esri-geometry-api.jar to the target system, add a reference to it in a Java project.
  3. To build the jar, Javadoc, and run the unit-tests, run the “ant” command-line command from within the cloned directory. The ant tool runs the “build.xml” script which creates the jar, runs the unit tests, then creates the Javadoc documentation files.

maven依赖

The project is also available as a Maven dependency:

<dependency>  <groupId>com.esri.geometry</groupId>  <artifactId>esri-geometry-api</artifactId>  <version>1.2.1</version></dependency>

需求

  • Java JDK 1.6 or greater.
  • Apache Ant build system.
  • Experience developing MapReduce applications for Apache Hadoop.
  • Familiarity with text-based spatial data formats such as JSON or WKT would be useful.

文档

  • geometry-api-java/Wiki
  • geometry-api-java/Javadoc

原创粉丝点击