Home
last modified time | relevance | path

Searched refs:ConnectFeatures (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/py-gdal/gdal-3.3.3/doc/source/tutorials/
H A Dgnm_api_tut.rst114ConnectFeatures` method means that the special system edge will be created for this connection and…
119 if (poDS->ConnectFeatures(gfid ,63, -1, 5.0, 5.0, GNMDirection_SrcToTgt) != GNMError_None)
228 if (poDS->ConnectFeatures(gfid ,63, -1, 5.0, 5.0, GNMDirection_SrcToTgt) != GNMError_None)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/tutorials/
H A Dgnm_api_tut.rst114ConnectFeatures` method means that the special system edge will be created for this connection and…
119 if (poDS->ConnectFeatures(gfid ,63, -1, 5.0, 5.0, GNMDirection_SrcToTgt) != GNMError_None)
228 if (poDS->ConnectFeatures(gfid ,63, -1, 5.0, 5.0, GNMDirection_SrcToTgt) != GNMError_None)
/dports/graphics/gdal/gdal-3.3.3/doc/source/tutorials/
H A Dgnm_api_tut.rst114ConnectFeatures` method means that the special system edge will be created for this connection and…
119 if (poDS->ConnectFeatures(gfid ,63, -1, 5.0, 5.0, GNMDirection_SrcToTgt) != GNMError_None)
228 if (poDS->ConnectFeatures(gfid ,63, -1, 5.0, 5.0, GNMDirection_SrcToTgt) != GNMError_None)
/dports/graphics/py-gdal/gdal-3.3.3/swig/perl/lib/Geo/
H A DGNM.pm126 *ConnectFeatures = *Geo::GNMc::GenericNetwork_ConnectFeatures;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/perl/lib/Geo/
H A DGNM.pm126 *ConnectFeatures = *Geo::GNMc::GenericNetwork_ConnectFeatures;
/dports/graphics/gdal/gdal-3.3.3/swig/perl/lib/Geo/
H A DGNM.pm126 *ConnectFeatures = *Geo::GNMc::GenericNetwork_ConnectFeatures;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A Dgnm.i347 CPLErr ConnectFeatures (GNMGFID nSrcFID, GNMGFID nTgtFID, in ConnectFeatures() function
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A Dgnm.i347 CPLErr ConnectFeatures (GNMGFID nSrcFID, GNMGFID nTgtFID, in ConnectFeatures() function
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A Dgnm.i347 CPLErr ConnectFeatures (GNMGFID nSrcFID, GNMGFID nTgtFID, in ConnectFeatures() function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/osgeo/
H A Dgnm.py269 def ConnectFeatures(self, *args): member in GenericNetwork
/dports/graphics/gdal/gdal-3.3.3/swig/python/osgeo/
H A Dgnm.py269 def ConnectFeatures(self, *args): member in GenericNetwork
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/osgeo/
H A Dgnm.py269 def ConnectFeatures(self, *args): member in GenericNetwork
/dports/graphics/py-gdal/gdal-3.3.3/gnm/
H A Dgnmgenericnetwork.cpp229 CPLErr GNMGenericNetwork::ConnectFeatures(GNMGFID nSrcGFID, GNMGFID nTgtGFID, in ConnectFeatures() function in GNMGenericNetwork
898 ConnectFeatures(nSrcFID, nTgtFID, (GNMGFID)nFID, dfCost, dfInvCost, eDir); in ConnectPointsByLine()
1427 return ((GNMGenericNetwork*)hNet)->ConnectFeatures(nSrcFID, nTgtFID, in GNMConnectFeatures()
H A Dgnm.h257 virtual CPLErr ConnectFeatures (GNMGFID nSrcFID,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gnm/
H A Dgnmgenericnetwork.cpp229 CPLErr GNMGenericNetwork::ConnectFeatures(GNMGFID nSrcGFID, GNMGFID nTgtGFID, in ConnectFeatures() function in GNMGenericNetwork
898 ConnectFeatures(nSrcFID, nTgtFID, (GNMGFID)nFID, dfCost, dfInvCost, eDir); in ConnectPointsByLine()
1427 return ((GNMGenericNetwork*)hNet)->ConnectFeatures(nSrcFID, nTgtFID, in GNMConnectFeatures()
H A Dgnm.h257 virtual CPLErr ConnectFeatures (GNMGFID nSrcFID,
/dports/graphics/gdal/gdal-3.3.3/gnm/
H A Dgnmgenericnetwork.cpp229 CPLErr GNMGenericNetwork::ConnectFeatures(GNMGFID nSrcGFID, GNMGFID nTgtGFID, in ConnectFeatures() function in GNMGenericNetwork
898 ConnectFeatures(nSrcFID, nTgtFID, (GNMGFID)nFID, dfCost, dfInvCost, eDir); in ConnectPointsByLine()
1427 return ((GNMGenericNetwork*)hNet)->ConnectFeatures(nSrcFID, nTgtFID, in GNMConnectFeatures()
H A Dgnm.h257 virtual CPLErr ConnectFeatures (GNMGFID nSrcFID,
/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dgnmmanage.cpp667 if(poGenericNetwork->ConnectFeatures(nSrcFID, nTgtFID, nConFID, in MAIN_START()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dgnmmanage.cpp667 if(poGenericNetwork->ConnectFeatures(nSrcFID, nTgtFID, nConFID, in MAIN_START()
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dgnmmanage.cpp667 if(poGenericNetwork->ConnectFeatures(nSrcFID, nTgtFID, nConFID, in MAIN_START()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc48_geographical_networks_support.rst179 - GNMPGRoutingNetwork::ConnectFeatures() will add to "source" and
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/development/rfc/
H A Drfc48_geographical_networks_support.rst179 - GNMPGRoutingNetwork::ConnectFeatures() will add to "source" and
/dports/graphics/gdal/gdal-3.3.3/doc/source/development/rfc/
H A Drfc48_geographical_networks_support.rst179 - GNMPGRoutingNetwork::ConnectFeatures() will add to "source" and
/dports/graphics/qgis/qgis-3.22.3/python/qsci_apis/
H A DOSGeo_GDAL-OGR-2.2.3.api717 osgeo.gnm.GenericNetwork.ConnectFeatures?4(*args)

12