Registry / utility / esri-geometry-api

esri-geometry-api

JSON →
library2.2.4javamavenunverified

The Esri Geometry API for Java enables developers to write custom applications for analysis of spatial data.

<dependency> <groupId>com.esri.geometry</groupId> <artifactId>esri-geometry-api</artifactId> <version>2.2.4</version> </dependency>
INSTALL
IMPORT
SIG · ESRI-GEOMETRY-API
E
esri-geometry-api
utilityjavav2.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Point
com.esri.core.geometry.Point

Creates a 2D point and prints its coordinates.

import com.esri.core.geometry.Point; public class Example { public static void main(String[] args) { Point point = new Point(10.0, 20.0); System.out.println("Point: " + point.getX() + ", " + point.getY()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
esri-geometry-api — mvn dependency:get esri-geometry-api · libregistry