User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.featuresourcemarkeroverlay

ThinkGeo.MapSuite.MvcEdition.FeatureSourceMarkerOverlay

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 a MarkerOverlay that dynamically creates markers from the feature source specified.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.MvcEdition.Overlay
      • ThinkGeo.MapSuite.MvcEdition.MarkerOverlay
        • ThinkGeo.MapSuite.MvcEdition.FeatureSourceMarkerOverlay

Members Summary

Public Constructors

FeatureSourceMarkerOverlay()

  • Initialize an instance of the FeatureMarkerOverlay class.
Remarks
  • N/A
Parameters

FeatureSourceMarkerOverlay(String)

  • Initialize an instance of the FeatureMarkerOverlay class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:The identifier string used for retrieving the overlay.

FeatureSourceMarkerOverlay(String,FeatureSource)

  • Initialize an instance of the FeatureMarkerOverlay class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:The identifier string used for retrieving the overlay.
  • featureSource
    • Description:The feature source object that provides the features from which the markers are created.

Protected Constructors

Public Methods

DataBindTo(String,String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • controllerName
    • Type:String
    • Description:N/A
  • actionName
    • Type:String
    • Description:N/A

GetMarkers(RectangleShape,Int32)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<Marker>
  • Description:N/A
Parameters
  • currentZoomLevelId
    • Type:Int32
    • Description:N/A

ToJson()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

FromJson(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • jsonString
    • Type:String
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

GetMarkersCore(RectangleShape,Int32)

  • Returns a collection of markers based on the extent and zoomlevel that you passed in.
Remarks
  • N/A
Return Value
  • Type:Collection<Marker>
  • Description:A collection of marker objects that will be serialized to the client.
Parameters
  • worldExtent
    • Description:The extent that includes the markers you want to serialize.
  • currentZoomLevelId
    • Type:Int32
    • Description:An int value that indicates which zoomlevel the map is currently at.

EhQ=(Page)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • page
    • Type:Page
    • Description:N/A

RegisterJavaScriptLibraryCore(Page)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • page
    • Type:Page
    • Description:N/A

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

FeatureSource

Gets or sets a feature source object that provides the features from which the markers are created.

Remarks

N/A

Return Value

ZoomLevelSet

Gets the ZoomLevelSet object that controls the markers' generation.

Remarks

N/A

Return Value

SuppressingGridSize

Gets or sets the grid size in screen coordinate to suppress markers in current Viewport.

Remarks

Current ViewPort will be split into several cells by FilterGridSize, one cell will contains only one marker in it, in another word, markers which are near too close will be removed. if the value is greater than 0, this function will be enabled.

Return Value
  • Type:Int32

IsBaseOverlay

N/A

Remarks

N/A

Return Value
  • Type:Boolean

OnClientClick

N/A

Remarks

N/A

Return Value
  • Type:String

OnClientMarkersRequesting

N/A

Remarks

N/A

Return Value
  • Type:String

OnClientMarkersRequested

N/A

Remarks

N/A

Return Value
  • Type:String

ActionTriggers

N/A

Remarks

N/A

Return Value

IsVisible

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Name

N/A

Remarks

N/A

Return Value
  • Type:String

Opacity

N/A

Remarks

N/A

Return Value
  • Type:Single

IsVisibleInOverlaySwitcher

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Id

N/A

Remarks

N/A

Return Value
  • Type:String

OnClientAutoRefreshTick

N/A

Remarks

N/A

Return Value
  • Type:String

AutoRefreshInterval

N/A

Remarks

N/A

Return Value
  • Type:TimeSpan

Attribution

N/A

Remarks

N/A

Return Value
  • Type:String

Protected Properties

OverlayType

N/A

Remarks

N/A

Return Value
  • Type:String

IsDefault

N/A

Remarks

N/A

Return Value
  • Type:Boolean

TRU=

N/A

Remarks

N/A

Return Value

ERQ=

N/A

Remarks

N/A

Return Value
  • Type:Double

Public Events

thinkgeo.mapsuite.mvcedition.featuresourcemarkeroverlay.txt · Last modified: 2017/03/16 21:59 (external edit)