MapMatrix NetGIS Class Library

LayerIndex Members

LayerIndex overview

Public Instance Constructors

LayerIndex ConstructorInitializes a new instance of the LayerIndex class.

Public Instance Fields

CommandQueue Handle to the CommandQueue associated with a MapReqeust object. Currently not used.

Public Instance Properties

Count (inherited from Hashtable)Gets the number of key-and-value pairs contained in the Hashtable.
IsFixedSize (inherited from Hashtable)Gets a value indicating whether the Hashtable has a fixed size.
IsReadOnly (inherited from Hashtable)Gets a value indicating whether the Hashtable is read-only.
IsSynchronized (inherited from Hashtable)Gets a value indicating whether access to the Hashtable is synchronized (thread-safe).
Item (inherited from Hashtable)Gets or sets the value associated with the specified key.
Keys (inherited from Hashtable)Gets an ICollection containing the keys in the Hashtable.
SyncRoot (inherited from Hashtable)Gets an object that can be used to synchronize access to the Hashtable.
Values (inherited from Hashtable)Gets an ICollection containing the values in the Hashtable.

Public Instance Methods

Add (inherited from Hashtable)Adds an element with the specified key and value into the Hashtable.
Clear (inherited from Hashtable)Removes all elements from the Hashtable.
Clone (inherited from Hashtable)Creates a shallow copy of the Hashtable.
Contains (inherited from Hashtable)Determines whether the Hashtable contains a specific key.
ContainsKey (inherited from Hashtable)Determines whether the Hashtable contains a specific key.
ContainsValue (inherited from Hashtable)Determines whether the Hashtable contains a specific value.
CopyTo (inherited from Hashtable)Copies the Hashtable elements to a one-dimensional Array instance at the specified index.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from Hashtable) Returns an IDictionaryEnumerator that can iterate through the Hashtable.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData (inherited from Hashtable)Implements the ISerializable interface and returns the data needed to serialize the Hashtable.
GetType (inherited from Object)Gets the Type of the current instance.
OnDeserialization (inherited from Hashtable)Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
Remove (inherited from Hashtable)Removes the element with the specified key from the Hashtable.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Properties

comparer (inherited from Hashtable)Gets or sets the comparer to use for the Hashtable.
hcp (inherited from Hashtable)Gets or sets the object that can dispense hash codes.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetHash (inherited from Hashtable)Returns the hash code for the specified key.
KeyEquals (inherited from Hashtable)Compares a specific Object with a specific key in the Hashtable.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Explicit Interface Implementations

IEnumerable.GetEnumerator (inherited from Hashtable)

See Also

LayerIndex Class | MapMatrix.Features Namespace