Registry / other / geolatte-geom

geolatte-geom

JSON →
library1.9.1javamavenunverified

Geometry model conforming to OGC Simple Features for SQL specification.

<dependency> <groupId>org.geolatte</groupId> <artifactId>geolatte-geom</artifactId> <version>1.9.1</version> </dependency>
INSTALL
IMPORT
SIG · GEOLATTE-GEOM
G
geolatte-geom
otherjavav1.9.1
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.

Geometry
✓ org.geolatte.geom.Geometry

Minimal example showing how to create a Point geometry.

import org.geolatte.geom.Geometry; import org.geolatte.geom.Point; import org.geolatte.geom.crs.CoordinateReferenceSystems; public class Example { public static void main(String[] args) { Point point = new Point(1.0, 2.0, CoordinateReferenceSystems.WGS84); System.out.println(point); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
geolatte-geom — mvn dependency:get geolatte-geom · libregistry