User Tools

Site Tools


api:thinkgeo.mapsuite.webforms.inmemorymarkeroverlay

ThinkGeo.MapSuite.WebForms.InMemoryMarkerOverlay

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.WebForms.Overlay
      • ThinkGeo.MapSuite.WebForms.MarkerOverlay
        • ThinkGeo.MapSuite.WebForms.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

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

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)

  • N/A
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.

DetachContextMenuClickEvents()

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

RewireContextMenuClickEvents(Object)

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

RaiseClickEvent(String,String)

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

OnClick(MarkerOverlayClickEventArgs)

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

DetachClickEvent()

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

RewireClickEvent(Object)

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

RegisterJavaScriptLibrary(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

RaiseTickEvent(EventArgs)

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

OnTick(EventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • e
    • Type:EventArgs
    • 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

  • N/A
Remarks
  • N/A
Return Value

SuppressingGridSize

  • N/A
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

  • N/A
Remarks
  • N/A
Return Value

ZoomLevelSet

  • N/A
Remarks
  • N/A
Return Value

IsBaseOverlay

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

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

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

HasClickEvent

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

IsDefault

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

HasTickEvent

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean

AutoRefreshMilliseconds

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

Public Events

Click

  • N/A
Remarks
  • N/A

Event Arguments:MarkerOverlayClickEventArgs

Tick

  • N/A
Remarks
  • N/A

Event Arguments:EventArgs

api/thinkgeo.mapsuite.webforms.inmemorymarkeroverlay.txt · Last modified: 2017/01/11 06:59 (external edit)