Package org.gdal.gnm

Class GraphAlgorithm


  • public final class GraphAlgorithm
    extends java.lang.Object
    • Field Detail

      • GATDijkstraShortestPath

        public static final GraphAlgorithm GATDijkstraShortestPath
      • GATKShortestPath

        public static final GraphAlgorithm GATKShortestPath
      • GATConnectedComponents

        public static final GraphAlgorithm GATConnectedComponents
    • Method Detail

      • swigValue

        public final int swigValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • swigToEnum

        public static GraphAlgorithm swigToEnum​(int swigValue)