DK11 for Delphi | GisShortestPath.TGIS_ShortestPath.LoadTheData | Constructors | Methods | Properties | Events
Load data from the layer. Upon first run create a persistent storage (files responsible to store network)
// Delphi public procedure LoadTheData( const _layer : TGIS_LayerVector );
// C++ Builder public: void LoadTheData( TGIS_LayerVector* const _layer );
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerVector | layer that is the source of the data |
See Create for example.