ThinkGeo.MapSuite.MvcEdition.LayerOverlay
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.
Represents an Overlay that contains layers.
Inheritance Hierarchy
Members Summary
Public Constructors
LayerOverlay()
Parameters
LayerOverlay(String)
Parameters
LayerOverlay(String,Boolean,TileType)
Parameters
Protected Constructors
Public Methods
SetBaseEpsgProjection(String)
Return Value
Type:Void
Description:N/A
Parameters
GetBaseEpsgProjection()
Return Value
Parameters
DataBindTo(String,String)
Return Value
Type:Void
Description:N/A
Parameters
controllerName
Type:String
Description:N/A
actionName
Type:String
Description:N/A
GetBoundingBox()
Return Value
Parameters
Draw(GeoCanvas,Object,RectangleShape,GeographyUnit)
Return Value
Type:Void
Description:N/A
Parameters
Redraw()
Return Value
Type:Void
Description:N/A
Parameters
GenerateCacheImages(ZoomLevel,RectangleShape,GeographyUnit)
Return Value
Type:Void
Description:N/A
Parameters
GenerateCacheImages(Double,RectangleShape,GeographyUnit)
Return Value
Type:Void
Description:N/A
Parameters
ToJson()
Return Value
Type:String
Description:N/A
Parameters
FromJson(String)
Return Value
Type:Void
Description:N/A
Parameters
jsonString
Type:String
Description:N/A
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
DrawCore(GeoCanvas,Object,RectangleShape,GeographyUnit)
Return Value
Type:Void
Description:N/A
Parameters
EhQ=(Page)
Return Value
Type:Void
Description:N/A
Parameters
page
Type:Page
Description:N/A
RegisterJavaScriptLibraryCore(Page)
Return Value
Type:Void
Description:N/A
Parameters
page
Type:Page
Description:N/A
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
TileWidth
Gets or sets the width of each tile if the layer is in MultipleTile mode.
Return Value
TileHeight
Gets or sets the height of each tile if the layer is in MultipleTile mode.
Return Value
TransitionEffect
Gets or sets the transition effect to use when the map is zoomed.
Return Value
TransitionEffectDelayInMilliseconds
N/A
Return Value
TileType
Gets or sets whether or not the LayerOverlay uses tiling.
Return Value
TileMargin
Gets or sets the number of extra rows and colums of tiles on each side that will surround the minimum grid tiles to cover the map. Used only when in MultipleTile mode.
Return Value
ServerCache
Gets or sets the server cache in the overlay.
Return Value
ClientCache
Gets or sets the ClientCache object that contains the configuration for the browser cache of this overlay.
Return Value
WebImageFormat
Gets or sets the format of the image that is sent to the web browser.
Return Value
JpegQuality
Gets or sets the quality of the JPEG image that is sent to the web browser. Valid values are between 1 - 100, inclusive.
The JpegQuality property determines the quality of the JPEG image that is sent to the browser if the WebImageFormat is Jpeg. Setting this property to a lower value will reduce the image filesize. The value must be between 1 - 100. The default is 100.
Return Value
IsMultiThreadDisabled
Gets or sets whether the multi-thread is disabled or not.
Return Value
Layers
Gets a GeoCollection that contains the layers that will draw on the image that is sent to the browser.
The Layers property holds all of the layers that are used by the Draw 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
IsVisible
Gets or sets a value that indicates whether the overlay is visible on the map.
Return Value
WrapDateline
Gets or sets a value that indicates whether the overlay wraps at the date line.
Return Value
ActionTriggers
N/A
Return Value
Name
N/A
Return Value
Opacity
N/A
Return Value
IsVisibleInOverlaySwitcher
N/A
Return Value
IsBaseOverlay
N/A
Return Value
Id
N/A
Return Value
OnClientAutoRefreshTick
N/A
Return Value
AutoRefreshInterval
N/A
Return Value
Attribution
N/A
Return Value
Protected Properties
OverlayType
Gets a string that indicates the overlay type.
Return Value
ExtraParameter
Gets or sets extra parameters for current overlay.
Return Value
Projection
Gets or sets projection of current overlay for requesting images.
Return Value
TRU=
N/A
Return Value
ERQ=
N/A
Return Value
Public Events