License |
License
EPSG terms of use
|
---|---|
GroupId | GroupIdorg.apache.sis.non-free |
ArtifactId | ArtifactIdsis-epsg |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEPSG dataset for Apache SIS
The EPSG geodetic dataset provides definitions for thousands of Coordinate Reference Systems (CRS),
together with parameter values for thousands of Coordinate Operations between various pairs of CRS.
This 'sis-epsg' module contains the SQL scripts for creating a local copy of EPSG geodetic dataset.
EPSG is maintained by the IOGP Surveying & Positioning Committee and reproduced in this module
with same content. See https://www.epsg.org/ for more information.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sis-epsg-1.2.pom | |
sis-epsg-1.2.jar | 1 MB |
sis-epsg-1.2-sources.jar | 1 MB |
sis-epsg-1.2-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sis.non-free/sis-epsg/ -->
<dependency>
<groupId>org.apache.sis.non-free</groupId>
<artifactId>sis-epsg</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sis.non-free/sis-epsg/
implementation 'org.apache.sis.non-free:sis-epsg:1.2'
// https://jarcasting.com/artifacts/org.apache.sis.non-free/sis-epsg/
implementation ("org.apache.sis.non-free:sis-epsg:1.2")
'org.apache.sis.non-free:sis-epsg:jar:1.2'
<dependency org="org.apache.sis.non-free" name="sis-epsg" rev="1.2">
<artifact name="sis-epsg" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sis.non-free', module='sis-epsg', version='1.2')
)
libraryDependencies += "org.apache.sis.non-free" % "sis-epsg" % "1.2"
[org.apache.sis.non-free/sis-epsg "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.sis.core : sis-referencing | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.opengis : geoapi-conformance | jar | 3.0.1 |
junit : junit | jar |