Geo::GDAL  2.4
Geo::GNM Class Reference

Base class for geographical networks in GDAL.
More...

+ Inheritance diagram for Geo::GNM:

Classes

class  GenericNetwork
 
class  MajorObject
 
class  Network
 

Public Member Functions

public method CastToGenericNetwork ()
 
public method CastToNetwork ()
 
public method GATConnectedComponents ()
 
public method GATDijkstraShortestPath ()
 
public method GATKShortestPath ()
 
public method GNM_EDGE_DIR_BOTH ()
 
public method GNM_EDGE_DIR_SRCTOTGT ()
 
public method GNM_EDGE_DIR_TGTTOSRC ()
 

Detailed Description

Base class for geographical networks in GDAL.



Definition at line 9395 of file all.pm.

Member Function Documentation

◆ CastToGenericNetwork()

public method Geo::GNM::CastToGenericNetwork ( )


Code:
click to view

◆ CastToNetwork()

public method Geo::GNM::CastToNetwork ( )


Code:
click to view

◆ GATConnectedComponents()

public method Geo::GNM::GATConnectedComponents ( )


Code:
click to view

◆ GATDijkstraShortestPath()

public method Geo::GNM::GATDijkstraShortestPath ( )


Code:
click to view

◆ GATKShortestPath()

public method Geo::GNM::GATKShortestPath ( )


Code:
click to view

◆ GNM_EDGE_DIR_BOTH()

public method Geo::GNM::GNM_EDGE_DIR_BOTH ( )


Code:
click to view

◆ GNM_EDGE_DIR_SRCTOTGT()

public method Geo::GNM::GNM_EDGE_DIR_SRCTOTGT ( )


Code:
click to view

◆ GNM_EDGE_DIR_TGTTOSRC()

public method Geo::GNM::GNM_EDGE_DIR_TGTTOSRC ( )


Code:
click to view


The documentation for this class was generated from the following file:
Geo::GNM::GATKShortestPath
public method GATKShortestPath()
Geo::GNM::GNM_EDGE_DIR_TGTTOSRC
public method GNM_EDGE_DIR_TGTTOSRC()
Geo::GNM::CastToNetwork
public method CastToNetwork()
Geo::GNM::GATConnectedComponents
public method GATConnectedComponents()
Geo::GNM::GNM_EDGE_DIR_BOTH
public method GNM_EDGE_DIR_BOTH()
Geo::GNM::GATDijkstraShortestPath
public method GATDijkstraShortestPath()
Geo::GNM::CastToGenericNetwork
public method CastToGenericNetwork()
Geo::GNM::GNM_EDGE_DIR_SRCTOTGT
public method GNM_EDGE_DIR_SRCTOTGT()