gt-graph
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-graph</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>extension</artifactId>
<version>24.2-oss84-1</version>
</parent>
<!-- =========================================================== -->
<!-- Module Description -->
<!-- =========================================================== -->
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-graph</artifactId>
<packaging>jar</packaging>
<name>Feature Based Graphs and Networks</name>
<description>
Graph classes that builds and walk networks based on Feature relationships.
The original graph package has been developed using the JUMP Feature API.
Its intension is to be able to aid automated skeletonization of water bodies
by computing directionality of generated skeletons. The work for the
original JUMP based library has been funded by the BC Proventional
Government department of BMGS. This library has been ported to geotools2 as
part of the VWFS project sponcered by Geo Innovations.
</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>
<developer>
<name>Justin Deoliveira</name>
<id>jdeolive</id>
<email>jdeolive@users.sourceforge.net</email>
<organization>Refractions Research</organization>
<roles>
<role>Java Developer</role>
<role>Module Maintainer</role>
</roles>
</developer>
<developer>
<name>Ian Turton</name>
<id>ianturton</id>
<email>ianturton@users.sourceforge.net</email>
<organization>Astun Technology</organization>
<roles>
<role>Java Developer</role>
<role>Module Maintainer</role>
</roles>
</developer>
</developers>
<!-- =========================================================== -->
<!-- Dependency Management -->
<!-- =========================================================== -->
<dependencies>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>