License |
License
EPSG terms of use
|
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.apache.sis.non-free |
ArtifactId | ArtifactIdsis-embedded-data |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionData in embedded environment
Provides non-free data, including the EPSG geodetic dataset, in a single read-only JAR file.
This 'sis-embedded-data' module contains a copy of EPSG geodetic dataset in an embedded Apache Derby database.
Having this module on the classpath avoid the need to set the 'SIS_DATA' environment variable
for using the Coordinate Reference Systems (CRS) and Coordinate Operations defined by EPSG.
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 URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
sis-embedded-data-1.2.pom | |
sis-embedded-data-1.2.jar | 3 MB |
sis-embedded-data-1.2-sources.jar | 14 KB |
sis-embedded-data-1.2-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sis.non-free/sis-embedded-data/ -->
<dependency>
<groupId>org.apache.sis.non-free</groupId>
<artifactId>sis-embedded-data</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sis.non-free/sis-embedded-data/
implementation 'org.apache.sis.non-free:sis-embedded-data:1.2'
// https://jarcasting.com/artifacts/org.apache.sis.non-free/sis-embedded-data/
implementation ("org.apache.sis.non-free:sis-embedded-data:1.2")
'org.apache.sis.non-free:sis-embedded-data:jar:1.2'
<dependency org="org.apache.sis.non-free" name="sis-embedded-data" rev="1.2">
<artifact name="sis-embedded-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sis.non-free', module='sis-embedded-data', version='1.2')
)
libraryDependencies += "org.apache.sis.non-free" % "sis-embedded-data" % "1.2"
[org.apache.sis.non-free/sis-embedded-data "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.derby : derby | jar | 10.14.2.0 |
org.apache.sis.core : sis-referencing | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.opengis : geoapi-conformance | jar | 3.0.1 |
junit : junit | jar |