LinkEditDatabase Class |
Namespace: Telogis.GeoBase.Routing.LinkEdit
The LinkEditDatabase type exposes the following members.
Name | Description | |
---|---|---|
LinkEditDatabase |
Creates a new blank LinkEditDatabase that will be stored in memory. It will not be
saved to disk.
| |
LinkEditDatabase(String) |
Creates a LinkEditDatabase from a file. If the file doesn't exist then a new
file will be created.
|
Name | Description | |
---|---|---|
DatabaseName |
Gets the LinkEditDatabase name.
|
Name | Description | |
---|---|---|
CommitChanges |
Commits the edits that were made since the previous commit. Until edits are committed
they can be rolled back by calling DiscardChanges.
| |
Compile |
Compiles the database into a CompiledLinkEdits object that can be set on a
RoutingStrategy object.
| |
CreateLinkEdit |
Adds a new link edit to the database, and returns it.
| |
DeleteLinkEdit |
Deletes a link edit from the database.
| |
DiscardChanges |
Discards the edits that were made since the previous call to CommitChanges.
| |
DiscardLinkEditChanges |
Refreshes the supplied LinkEdit with the data that has been stored in the database.
Any changes that were made since the last call to CreateLinkEdit or UpdateLinkEdit will
be lost.
| |
Dispose |
Disposes of the LinkEditDatabase.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLinkEdits |
Gets all of the link edits in the database.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateLinkEdit |
Updates an existing link edit in the database.
|