Table of Contents

ThinkGeo.MapSuite.MvcEdition.EditFeatureOverlay

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 FeatureOverlay whose features can be added or edited at the client side.

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

EditFeatureOverlay(String)

Remarks
Parameters

Public Methods

ToJson()

Remarks
Return Value
Parameters

FromJson(String)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

EhQ=(Page)

Remarks
Return Value
Parameters

RegisterJavaScriptLibraryCore(Page)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

TrackMode

Gets a mode of EditFeatureOverlay.

Remarks

The default mode is TrackMode.None, which means you cannot draw or edit features at the client side. By setting the mode to TrackMode.Point, TrackMode.Line, TrackMode.Polygon etc., you can then add points, lines or polygons to the FeatureOverlay. Setting the mode to TrackMode.Edit, you can edit the shapes at the client side.

Return Value

EditSettings

Gets an EditSettings object that controls how you can edit the shapes.

Remarks

The EditSettings object contains four options: IsDraggable, IsReshapable, IsRotatable, IsResizable. By default, all of them are set to true. This means you can drag, reshape, rotate and resize shapes when you are in edit mode. If you set any of these options to false, you prohibit that functionality.

Return Value

Features

N/A

Remarks

N/A

Return Value

FeatureSource

N/A

Remarks

N/A

Return Value

Columns

N/A

Remarks

N/A

Return Value

Style

N/A

Remarks

N/A

Return Value

QueryTools

N/A

Remarks

N/A

Return Value

EditTools

N/A

Remarks

N/A

Return Value

IsVisible

N/A

Remarks

N/A

Return Value

Name

N/A

Remarks

N/A

Return Value

Opacity

N/A

Remarks

N/A

Return Value

IsVisibleInOverlaySwitcher

N/A

Remarks

N/A

Return Value

IsBaseOverlay

N/A

Remarks

N/A

Return Value

Id

N/A

Remarks

N/A

Return Value

OnClientAutoRefreshTick

N/A

Remarks

N/A

Return Value

AutoRefreshInterval

N/A

Remarks

N/A

Return Value

Attribution

N/A

Remarks

N/A

Return Value

Protected Properties

JsonFeatures

N/A

Remarks

N/A

Return Value

OverlayType

N/A

Remarks

N/A

Return Value

ERQ=

N/A

Remarks

N/A

Return Value

Public Events