User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.editfeatureoverlay

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

  • System.Object
    • ThinkGeo.MapSuite.MvcEdition.Overlay
      • ThinkGeo.MapSuite.MvcEdition.FeatureOverlay
        • ThinkGeo.MapSuite.MvcEdition.EditFeatureOverlay

Members Summary

Public Constructors

Protected Constructors

EditFeatureOverlay(String)

  • N/A
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:N/A

Public Methods

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

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

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
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
  • 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

IsBaseOverlay

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

JsonFeatures

N/A

Remarks

N/A

Return Value

OverlayType

N/A

Remarks

N/A

Return Value
  • Type:String

ERQ=

N/A

Remarks

N/A

Return Value
  • Type:Double

Public Events

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