DK11 for ActiveX | TatukGIS_XDK11.TGIS_NetworkStorageAbstract | Classes | Methods | Properties
Base class for network storage object. Storage object is responsible for physical network storage.
// C# public class TGIS_NetworkStorageAbstract : ITGIS_NetworkStorageAbstract { }
' VisualBasic Public Class TGIS_NetworkStorageAbstract Implements ITGIS_NetworkStorageAbstract End Class
// Oxygene type TGIS_NetworkStorageAbstract = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Commit | public | Commit changes. | |
Delete | public | Delete network files (clears the network). | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
FindNode | public | Find closest node corresponding to provided location. | |
ReadLink | public | Read link from the storage into the memory. | |
ReadNode | public | Read node from the storage into the memory. | |
SaveLink | public | Save link to the storage | |
SaveNode | public | Save node to the storage | |