| Лицензия |
Лицензия
EPSG terms of use
|
|---|---|
| Группа | Группаorg.apache.sis.non-free |
| Идентификатор | Идентификаторsis-epsg |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEPSG 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.sis.core : sis-referencing | jar | 1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.opengis : geoapi-conformance | jar | 3.0.1 |
| junit : junit | jar |