gt-epsg-wkt
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-epsg-wkt</artifactId>
<version>24.2-oss84-1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- =======================================================================
Maven Project Configuration File
The Geotools Project
http://www.geotools.org/
Version: $Id$
======================================================================= -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.oss84.geotools</groupId>
<artifactId>plugin</artifactId>
<version>24.2-oss84-1</version>
</parent>
<!-- =========================================================== -->
<!-- Module Description -->
<!-- =========================================================== -->
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-epsg-wkt</artifactId>
<packaging>jar</packaging>
<name>EPSG Authority Service using WKT file</name>
<description>
EPSG and AUTO authority factories are defined for data.crs.CRSService.
These codes are used to provide CoordinateRegerenceSystem for GCE and
DataStore implementations that do not define their own native definition.
Contains a Property file based CoordinateSystemAuthority (the property file
is too large to be included in the main geotools release). This class will
need to be ported to the new GeoAPI CoordinateReferenceSystem interfaces.
</description>
<licenses>
<license>
<name>Lesser General Public License (LGPL)</name>
<url>http://www.gnu.org/copyleft/lesser.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- =========================================================== -->
<!-- Developers and Contributors -->
<!-- =========================================================== -->
<developers>
<developer>
<name>Jody Garnett</name>
<id>jive</id>
<email>jive@users.sourceforge.net</email>
<organization>Refractions Research</organization>
<roles>
<role>Java Developer</role>
<role>Module Maintainer</role>
</roles>
</developer>
</developers>
<!-- =========================================================== -->
<!-- Dependency Management -->
<!-- =========================================================== -->
<dependencies>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-referencing</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<!-- The version number is specified in the parent POM. -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-sample-data</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>