Table of Contents

ThinkGeo.MapSuite.WmsServerEdition.MapConfiguration

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 maintains the layers collection and TileCache object.

Inheritance Hierarchy

Members Summary

Public Constructors

MapConfiguration()

Remarks
Parameters

Protected Constructors

Public Methods

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

Layers

Gets a GeoCollection that contains the layers that will draw on the image that is sent to the browser.

Remarks

The <strong>Layers</strong> property holds all of the layers that are used by the <strong>Draw</strong> method. The Draw method loops through all layers to filter out features and draw with specified styles to the image that will be sent to the browser.

Return Value

TileCache

Get a TileCache object that plugin will use it.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WmsServerEdition.MapConfiguration#TileCache

Return Value

Protected Properties

Public Events