User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.inmemorymarkeroverlay

ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay

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 object that dynamically creates markers from the InMemory features.

Inheritance Hierarchy

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

Members Summary

Public Constructors

InMemoryMarkerOverlay()

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

InMemoryMarkerOverlay(String)

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

InMemoryMarkerOverlay(String,IEnumerable<String>)

  • Initialize an instance of the InMemoryMarkerOverlay class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:The identifier of the overlay, which is used for retrieving the overlay.
  • featureColumnNames
    • Type:IEnumerable<String>
    • Description:The column names that are associated with the features in the overlay.

InMemoryMarkerOverlay(String,IEnumerable<FeatureSourceColumn>)

  • Initialize an instance of the InMemoryMarkerOverlay class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:The identifier of the overlay, which is used for retrieving the overlay.
  • featureColumns
    • Type:IEnumerable<FeatureSourceColumn>
    • Description:The column names that are associated with the features in the overlay.

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 all of the markers that 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

Columns

Gets the collection of FeatureSourceColumns that is the column definition of the feature data.

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

FeatureSource

Gets a FeatureSource object by which you can perform queries on the features in the overlay.

Remarks

N/A

Return Value

ZoomLevelSet

Gets the ZoomLevelSet object that controls the markers' generation.

Remarks

N/A

Return Value

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.inmemorymarkeroverlay.txt · Last modified: 2017/03/16 21:59 (external edit)