jar

io.oss84.geotools : gt-graph

Maven & Gradle

Feb 21, 2021
1.2k stars

Feature Based Graphs and Networks · 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.

Table Of Contents

Latest Version

Download io.oss84.geotools : gt-graph JAR file - Latest Versions:

All Versions

Download io.oss84.geotools : gt-graph JAR file - All Versions:

Version Vulnerabilities Size Updated
24.2

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gt-graph-24.2-oss84-1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.geotools.graph.structure.opt

├─ org.geotools.graph.structure.opt.OptDirectedEdge.class - [JAR]

├─ org.geotools.graph.structure.opt.OptDirectedNode.class - [JAR]

├─ org.geotools.graph.structure.opt.OptEdge.class - [JAR]

├─ org.geotools.graph.structure.opt.OptGraphable.class - [JAR]

├─ org.geotools.graph.structure.opt.OptNode.class - [JAR]

org.geotools.graph.structure.basic

├─ org.geotools.graph.structure.basic.BasicDirectedEdge.class - [JAR]

├─ org.geotools.graph.structure.basic.BasicDirectedGraph.class - [JAR]

├─ org.geotools.graph.structure.basic.BasicDirectedNode.class - [JAR]

├─ org.geotools.graph.structure.basic.BasicEdge.class - [JAR]

├─ org.geotools.graph.structure.basic.BasicGraph.class - [JAR]

├─ org.geotools.graph.structure.basic.BasicGraphable.class - [JAR]

├─ org.geotools.graph.structure.basic.BasicNode.class - [JAR]

org.geotools.graph.traverse.basic

├─ org.geotools.graph.traverse.basic.AbstractGraphIterator.class - [JAR]

├─ org.geotools.graph.traverse.basic.BasicGraphTraversal.class - [JAR]

├─ org.geotools.graph.traverse.basic.CountingWalker.class - [JAR]

├─ org.geotools.graph.traverse.basic.DummyGraphWalker.class - [JAR]

├─ org.geotools.graph.traverse.basic.SimpleGraphWalker.class - [JAR]

├─ org.geotools.graph.traverse.basic.SourceGraphIterator.class - [JAR]

├─ org.geotools.graph.traverse.basic.StagedGraphTraversal.class - [JAR]

org.geotools.graph.structure.line

├─ org.geotools.graph.structure.line.BasicDirectedXYNode.class - [JAR]

├─ org.geotools.graph.structure.line.BasicXYNode.class - [JAR]

├─ org.geotools.graph.structure.line.OptDirectedXYNode.class - [JAR]

├─ org.geotools.graph.structure.line.OptXYNode.class - [JAR]

├─ org.geotools.graph.structure.line.XYNode.class - [JAR]

org.geotools.graph.io

├─ org.geotools.graph.io.GraphReaderWriter.class - [JAR]

org.geotools.graph.structure

├─ org.geotools.graph.structure.DirectedEdge.class - [JAR]

├─ org.geotools.graph.structure.DirectedGraph.class - [JAR]

├─ org.geotools.graph.structure.DirectedGraphable.class - [JAR]

├─ org.geotools.graph.structure.DirectedNode.class - [JAR]

├─ org.geotools.graph.structure.Edge.class - [JAR]

├─ org.geotools.graph.structure.Graph.class - [JAR]

├─ org.geotools.graph.structure.GraphVisitor.class - [JAR]

├─ org.geotools.graph.structure.Graphable.class - [JAR]

├─ org.geotools.graph.structure.Node.class - [JAR]

org.geotools.graph.io.standard

├─ org.geotools.graph.io.standard.AbstractReaderWriter.class - [JAR]

├─ org.geotools.graph.io.standard.DBReaderWriter.class - [JAR]

├─ org.geotools.graph.io.standard.FileReaderWriter.class - [JAR]

├─ org.geotools.graph.io.standard.SerializedReaderWriter.class - [JAR]

├─ org.geotools.graph.io.standard.TextfileReaderWriter.class - [JAR]

org.geotools.graph.util.delaunay

├─ org.geotools.graph.util.delaunay.AutoClust.class - [JAR]

├─ org.geotools.graph.util.delaunay.AutoClustData.class - [JAR]

├─ org.geotools.graph.util.delaunay.AutoClustUtils.class - [JAR]

├─ org.geotools.graph.util.delaunay.DelaunayEdge.class - [JAR]

├─ org.geotools.graph.util.delaunay.DelaunayNode.class - [JAR]

├─ org.geotools.graph.util.delaunay.DelaunayTriangulator.class - [JAR]

├─ org.geotools.graph.util.delaunay.GraphViewer.class - [JAR]

├─ org.geotools.graph.util.delaunay.PoissonClusterer.class - [JAR]

├─ org.geotools.graph.util.delaunay.Triangle.class - [JAR]

org.geotools.graph.util.graph

├─ org.geotools.graph.util.graph.CycleDetector.class - [JAR]

├─ org.geotools.graph.util.graph.DirectedCycleDetector.class - [JAR]

├─ org.geotools.graph.util.graph.GraphFuser.class - [JAR]

├─ org.geotools.graph.util.graph.GraphPartitioner.class - [JAR]

org.geotools.graph.build

├─ org.geotools.graph.build.GraphBuilder.class - [JAR]

├─ org.geotools.graph.build.GraphGenerator.class - [JAR]

org.geotools.graph.build.basic

├─ org.geotools.graph.build.basic.BasicDirectedGraphBuilder.class - [JAR]

├─ org.geotools.graph.build.basic.BasicDirectedGraphGenerator.class - [JAR]

├─ org.geotools.graph.build.basic.BasicGraphBuilder.class - [JAR]

├─ org.geotools.graph.build.basic.BasicGraphGenerator.class - [JAR]

org.geotools.graph.build.polygon

├─ org.geotools.graph.build.polygon.PolygonGraphGenerator.class - [JAR]

org.geotools.graph.build.line

├─ org.geotools.graph.build.line.BasicDirectedLineGraphBuilder.class - [JAR]

├─ org.geotools.graph.build.line.BasicDirectedLineGraphGenerator.class - [JAR]

├─ org.geotools.graph.build.line.BasicLineGraphBuilder.class - [JAR]

├─ org.geotools.graph.build.line.BasicLineGraphGenerator.class - [JAR]

├─ org.geotools.graph.build.line.DirectedLineStringGraphGenerator.class - [JAR]

├─ org.geotools.graph.build.line.LineGraphGenerator.class - [JAR]

├─ org.geotools.graph.build.line.LineStringGraphGenerator.class - [JAR]

├─ org.geotools.graph.build.line.OptDirectedLineGraphBuilder.class - [JAR]

├─ org.geotools.graph.build.line.OptDirectedLineGraphGenerator.class - [JAR]

├─ org.geotools.graph.build.line.OptLineGraphBuilder.class - [JAR]

├─ org.geotools.graph.build.line.OptLineGraphGenerator.class - [JAR]

org.geotools.graph.traverse

├─ org.geotools.graph.traverse.GraphIterator.class - [JAR]

├─ org.geotools.graph.traverse.GraphTraversal.class - [JAR]

├─ org.geotools.graph.traverse.GraphWalker.class - [JAR]

org.geotools.graph.path

├─ org.geotools.graph.path.AStarShortestPathFinder.class - [JAR]

├─ org.geotools.graph.path.Cycle.class - [JAR]

├─ org.geotools.graph.path.DijkstraShortestPathFinder.class - [JAR]

├─ org.geotools.graph.path.ExhaustivePathFinder.class - [JAR]

├─ org.geotools.graph.path.NodeSequence.class - [JAR]

├─ org.geotools.graph.path.Path.class - [JAR]

├─ org.geotools.graph.path.Walk.class - [JAR]

├─ org.geotools.graph.path.WrongPathException.class - [JAR]

org.geotools.graph.traverse.standard

├─ org.geotools.graph.traverse.standard.AStarIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.BreadthFirstIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.BreadthFirstTopologicalIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.DepthFirstIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.DepthFirstTopologicalIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.DijkstraIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.DirectedBreadthFirstIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.DirectedBreadthFirstTopologicalIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.DirectedDepthFirstIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.DirectedDepthFirstTopologicalIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.DirectedDijkstraIterator.class - [JAR]

├─ org.geotools.graph.traverse.standard.NoBifurcationIterator.class - [JAR]

org.geotools.graph.util

├─ org.geotools.graph.util.IndexedStack.class - [JAR]

├─ org.geotools.graph.util.MultiMap.class - [JAR]

├─ org.geotools.graph.util.ParseErrorHandler.class - [JAR]

├─ org.geotools.graph.util.SimpleFileFilter.class - [JAR]

├─ org.geotools.graph.util.SwingUtil.class - [JAR]

├─ org.geotools.graph.util.ZipUtil.class - [JAR]

org.geotools.graph.util.geom

├─ org.geotools.graph.util.geom.Coordinate2D.class - [JAR]

├─ org.geotools.graph.util.geom.GeometryUtil.class - [JAR]

org.geotools.graph.build.feature

├─ org.geotools.graph.build.feature.FeatureGraphGenerator.class - [JAR]

org.geotools.graph.build.opt

├─ org.geotools.graph.build.opt.OptDirectedGraphBuilder.class - [JAR]

├─ org.geotools.graph.build.opt.OptGraphBuilder.class - [JAR]

Advertisement

Dependencies from Group

Feb 21, 2021
14 usages
1.2k stars
Feb 21, 2021
13 usages
1.2k stars
Feb 21, 2021
12 usages
1.2k stars
Feb 21, 2021
9 usages
1.2k stars
Feb 21, 2021
8 usages
1.2k stars

Discover Dependencies

Feb 21, 2021
1.2k stars
Aug 22, 2023
4.3k stars
Jul 13, 2023
1 usages
31 stars
Aug 10, 2023
5 stars
Aug 18, 2023
5 stars
Nov 18, 2022
5 stars
Jul 12, 2021
1 usages
11 stars
Feb 16, 2021
1 stars
Mar 25, 2023
1 usages