| Лицензия |
Лицензия
EPSG terms of use
|
|---|---|
| Категории |
КатегорииДанные |
| Группа | Группаorg.apache.sis.non-free |
| Идентификатор | Идентификаторsis-embedded-data |
| Версия | Версия1.2 |
| Тип | Типjar |
| Описание |
ОписаниеData 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| sis-embedded-data-1.2.pom | |
| sis-embedded-data-1.2.jar | 4 MB |
| sis-embedded-data-1.2-sources.jar | 11 KB |
| sis-embedded-data-1.2-javadoc.jar | 123 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.derby : derby | jar | 10.14.2.0 |
| org.apache.sis.core : sis-referencing | jar | 1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.opengis : geoapi-conformance | jar | 3.0.1 |
| junit : junit | jar |