User Tools

Site Tools


thinkgeo.mapsuite.webedition.inmemorymarkeroverlay

This is an old revision of the document!


ThinkGeo.MapSuite.WebEdition.InMemoryMarkerOverlay

Represents a MarkerOverlay object that dynamically creates markers from the InMemory features.

Inheritance Hierarchy

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

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.

5hM=()

N/A

Remarks

N/A

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

5xM=(Object)

N/A

Remarks

N/A

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

4xM=(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

5BM=()

N/A

Remarks

N/A

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

5RM=(Object)

N/A

Remarks

N/A

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

3xM=(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

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

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

3hM=

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

thinkgeo.mapsuite.webedition.inmemorymarkeroverlay.1442545679.txt.gz · Last modified: 2015/09/18 03:07 by admin