Table of Contents

ThinkGeo.MapSuite.SilverlightCore.GeoCollection<T>

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class is a collection with some methods specialized for dealing with Layers and other spatial classes.

Inheritance Hierarchy

Members Summary

Public Constructors

GeoCollection`1()

This is the default constructor for the class.

Remarks

None

Parameters

Protected Constructors

Public Methods

GetKeys()

This method returns a collection of the keys in the collection.

Remarks

None

Return Value
Parameters

Add(String,T)

N/A

Remarks

N/A

Return Value
Parameters

Add(T)

N/A

Remarks

N/A

Return Value
Parameters

Insert(Int32,T)

N/A

Remarks

N/A

Return Value
Parameters

Insert(Int32,String,T)

N/A

Remarks

N/A

Return Value
Parameters

Remove(String)

This method removes an item from the collection based on the specified key.

Remarks

None

Return Value
Parameters

MoveUp(Int32)

This method moves an item up in the collection.

Remarks

None

Return Value
Parameters

MoveUp(String)

This method moves an item up in the collection.

Remarks

None

Return Value
Parameters

MoveUp(T)

N/A

Remarks

N/A

Return Value
Parameters

MoveDown(Int32)

This method moves an item down in the collection.

Remarks

None

Return Value
Parameters

MoveDown(String)

This method moves an item down in the collection.

Remarks

None

Return Value
Parameters

MoveDown(T)

N/A

Remarks

N/A

Return Value
Parameters

MoveToTop(Int32)

This method moves the item at the specified index to the top of the collection.

Remarks

This method moves the item at the specified index to the top of the collection.

Return Value
Parameters

MoveToTop(String)

This method moves the item with the specified key to the top of the collection.

Remarks

This method moves the item with the specified key to the top of the collection.

Return Value
Parameters

MoveToTop(T)

N/A

Remarks

N/A

Return Value
Parameters

MoveToBottom(Int32)

This method moves the item at the specified index to the bottom of the collection.

Remarks

This method moves the item at the specified index to the bottom of the collection.

Return Value
Parameters

MoveToBottom(String)

This method moves the item with the specified key to the bottom of the collection.

Remarks

This method moves the item with the specified key to the bottom of the collection.

Return Value
Parameters

MoveToBottom(T)

N/A

Remarks

N/A

Return Value
Parameters

MoveTo(Int32,Int32)

This method moves the item at fromIndex to the location of toIndex in the collection.

Remarks

This method moves the item at fromIndex to the location of toIndex in the collection.

Return Value
Parameters

MoveTo(String,Int32)

This method moves the item with the key you specified to the location of toIndex in the collection.

Remarks

This method moves the item with the key you specified to the location of toIndex in the collection.

Return Value
Parameters

MoveTo(T,Int32)

N/A

Remarks

N/A

Return Value
Parameters

Contains(String)

This method returns whether an item is in the collection based on the specified key.

Remarks

None

Return Value
Parameters

Add(T)

N/A

Remarks

N/A

Return Value
Parameters

Clear()

N/A

Remarks

N/A

Return Value
Parameters

CopyTo(T[],Int32)

N/A

Remarks

N/A

Return Value
Parameters

Contains(T)

N/A

Remarks

N/A

Return Value
Parameters

GetEnumerator()

N/A

Remarks

N/A

Return Value
Parameters

IndexOf(T)

N/A

Remarks

N/A

Return Value
Parameters

Insert(Int32,T)

N/A

Remarks

N/A

Return Value
Parameters

Remove(T)

N/A

Remarks

N/A

Return Value
Parameters

RemoveAt(Int32)

N/A

Remarks

N/A

Return Value
Parameters

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

OnInserting(InsertingGeoCollectionEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnInserted(InsertedGeoCollectionEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnRemoving(RemovingGeoCollectionEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnRemoved(RemovedGeoCollectionEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnAdding(AddingGeoCollectionEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnAdded(AddedGeoCollectionEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnClearingItems(ClearingItemsGeoCollectionEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnClearedItems(ClearedItemsGeoCollectionEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

InsertItem(Int32,T)

N/A

Remarks

N/A

Return Value
Parameters

RemoveItem(Int32)

This method removes an item from the collection based on the specified index.

Remarks

None

Return Value
Parameters

ClearItems()

This method clears the items from the collection.

Remarks

None

Return Value
Parameters

SetItem(Int32,T)

N/A

Remarks

N/A

Return Value
Parameters

OnCollectionChanged(NotifyCollectionChangedEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

OnPropertyChanged(PropertyChangedEventArgs)

N/A

Remarks

N/A

Return Value
Parameters

Finalize()

N/A

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

Item

N/A

Remarks

N/A

Return Value

Count

N/A

Remarks

N/A

Return Value

Item

N/A

Remarks

N/A

Return Value

Protected Properties

Items

N/A

Remarks

N/A

Return Value

Public Events

Inserting N/A

Remarks

N/A

Event Arguments:InsertingGeoCollectionEventArgs

Inserted N/A

Remarks

N/A

Event Arguments:InsertedGeoCollectionEventArgs

Removing N/A

Remarks

N/A

Event Arguments:RemovingGeoCollectionEventArgs

Removed N/A

Remarks

N/A

Event Arguments:RemovedGeoCollectionEventArgs

Adding N/A

Remarks

N/A

Event Arguments:AddingGeoCollectionEventArgs

Added N/A

Remarks

N/A

Event Arguments:AddedGeoCollectionEventArgs

ClearingItems N/A

Remarks

N/A

Event Arguments:ClearingItemsGeoCollectionEventArgs

ClearedItems N/A

Remarks

N/A

Event Arguments:ClearedItemsGeoCollectionEventArgs

CollectionChanged N/A

Remarks

N/A

Event Arguments:

PropertyChanged N/A

Remarks

N/A

Event Arguments: