Click or drag to resize

LinkEditDatabase Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A database of LinkEdits. A LinkEditDatabase represents a special GeoBase Transactional Database (.gbtx file) that contains information for customizing the properties of Street links.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.Routing.LinkEditLinkEditDatabase

Namespace:  Telogis.GeoBase.Routing.LinkEdit
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class LinkEditDatabase : IDisposable

The LinkEditDatabase type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleLinkEditDatabase
Creates a new blank LinkEditDatabase that will be stored in memory. It will not be saved to disk.
Public methodCode exampleLinkEditDatabase(String)
Creates a LinkEditDatabase from a file. If the file doesn't exist then a new file will be created.
Top
Properties
  NameDescription
Public propertyDatabaseName
Gets the LinkEditDatabase name.
Top
Methods
  NameDescription
Public methodCommitChanges
Commits the edits that were made since the previous commit. Until edits are committed they can be rolled back by calling DiscardChanges.
Public methodCode exampleCompile
Compiles the database into a CompiledLinkEdits object that can be set on a RoutingStrategy object.
Public methodCode exampleCreateLinkEdit
Adds a new link edit to the database, and returns it.
Public methodDeleteLinkEdit
Deletes a link edit from the database.
Public methodDiscardChanges
Discards the edits that were made since the previous call to CommitChanges.
Public methodDiscardLinkEditChanges
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.
Public methodDispose
Disposes of the LinkEditDatabase.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLinkEdits
Gets all of the link edits in the database.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateLinkEdit
Updates an existing link edit in the database.
Top
See Also