User Tools

Site Tools


thinkgeo.mapsuite.webedition

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webedition [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WebEdition ====== 
- 
-{{article rating}} 
-<!-- NamespacePage --> 
-<!-- WebEdition --> 
-===== WebEdition ===== 
-==== Classes ==== 
-^ Name ^ Summary ^ 
-| [[ThinkGeo.MapSuite.WebEdition.AdornmentOverlay|AdornmentOverlay]] ​  | This class inherits from the Overlay abstract class. This specified overlay stores the AdornmentLayer used in the MapControl. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.AnimationPanMapTool|AnimationPanMapTool]] ​  | Represents an animation pan tool which allows map pans to the position which users click using the transition effect. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.ArcGISServerRestOverlay|ArcGISServerRestOverlay]] ​  | This class is used to display data from ArcGIS Server 9.3 (and up) Mapping Services using the REST API. More detail on the REST API is available at http://​sampleserver1.arcgisonline.com/​ArcGIS/​SDK/​REST/​index.html ;​specifically,​ the URL provided to this layer should be an export service URL: http://​sampleserver1.arcgisonline.com/​ArcGIS/​SDK/​REST/​export.html ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.BaseOverlayChangedEventArgs|BaseOverlayChangedEventArgs]] ​  | Provides data for the BaseOverlayChangedEventArgs event. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.BingMapsOverlay|BingMapsOverlay]] ​  | Represents an overlay object that gets images from Microsoft'​s Virtual Earth server. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.ClassBreakMarkerStyle|ClassBreakMarkerStyle]] ​  | This class represents a style based on class break values. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.ClientCache|ClientCache]] ​  | This class controls how the map images are cached by the browser. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.CloudPopup|CloudPopup]] ​  | Represents the popups that appear in a cloud (a.k.a. balloon) shape. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.ClusterMarkerStyle|ClusterMarkerStyle]] ​  | A kind of MarkerStyle to filter the markers. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]] ​  | This class represents a right-click shortcut menu used in the map control. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.ContextMenuItem|ContextMenuItem]] ​  | This class represents a menu item of the ContextMenu control. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.ContextMenuItemClickEventArgs|ContextMenuItemClickEventArgs]] ​  | This class provides data for the click event of a context menu item.   | 
-| [[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]] ​  | Represents a pop up window whose style and background can be customized. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.EditFeatureOverlay|EditFeatureOverlay]] ​  | Represents a FeatureOverlay whose features can be added or edited at the client side.   | 
-| [[ThinkGeo.MapSuite.WebEdition.EditSettings|EditSettings]] ​  | Provides editing options when the EditOverlay is in EditShape mode.   | 
-| [[ThinkGeo.MapSuite.WebEdition.ExtentChangedEventArgs|ExtentChangedEventArgs]] ​  | Provides data for the ExtentChanged event. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.FeatureOverlay|FeatureOverlay]] ​  | Serves as the base class for the overlays that contain features and paint the features at client side.   | 
-| [[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]] ​  | Specifies how the features in a FeatureOverlay are drawn at the client side.   | 
-| [[ThinkGeo.MapSuite.WebEdition.FeatureSourceMarkerOverlay|FeatureSourceMarkerOverlay]] ​  | Represents a MarkerOverlay that dynamically creates markers from the feature source specified. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection‹T›|GeoKeyedCollection‹T›]] ​  ​| ​   | 
-| [[ThinkGeo.MapSuite.WebEdition.GeoResourceFactory|GeoResourceFactory]] ​  ​| ​   | 
-| [[ThinkGeo.MapSuite.WebEdition.GoogleOverlay|GoogleOverlay]] ​  | Represents an overlay object that gets images from the Google Maps server. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.GoogleStreetView|GoogleStreetView]] ​  ​| ​   | 
-| [[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay|HighlightFeatureOverlay]] ​  | Represents a FeatureOverlay that can easily apply a highlight style or hook event to the features in it.   | 
-| [[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlayClickEventArgs|HighlightFeatureOverlayClickEventArgs]] ​  | This class provides data for the click event of the HighlightFeatureOverlay class. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.InMemoryMarkerOverlay|InMemoryMarkerOverlay]] ​  | Represents a MarkerOverlay object that dynamically creates markers from the InMemory features. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.JsonMemberAttribute|JsonMemberAttribute]] ​  | Indicates that a class can be serialized to a JSON string. This class cannot be inherited. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.KeyboardMapTool|KeyboardMapTool]] ​  | Determines whether the map can be operated by keyboard. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.LayerOverlay|LayerOverlay]] ​  | Represents an Overlay that contains layers. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.LoadingImageMapTool|LoadingImageMapTool]] ​  | Represents a small image that displays at the center of the map when the map is loading. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.LogoMapTool|LogoMapTool]] ​  | Represents a company logo or other logo-type image that displays in the lower right corner of the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.Map|Map]] ​  | This class represents the map control. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MapClickedEventArgs|MapClickedEventArgs]] ​  | This class provides the data for the click event of the map control. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MapDesigner|MapDesigner]] ​  | Provides design-time display of web control. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MapTool|MapTool]] ​  | Defines the properties and methods that are shared by all controls on the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.MapTools|MapTools]] ​  | Contains the different map tools as properties and acts as an entrance for setting these map controls. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.Marker|Marker]] ​  | Represents a small icon on the map that is used for marking a point. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MarkerClassBreak|MarkerClassBreak]] ​  | Represents a break with a value and style defined. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MarkerDraggedEventArgs|MarkerDraggedEventArgs]] ​  | Provides data for the MarkerDragged event of the SimpleMarkerOverlay. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MarkerOverlay|MarkerOverlay]] ​  | Serves as the base class for the overlay that generates and manages markers. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MarkerOverlayClickEventArgs|MarkerOverlayClickEventArgs]] ​  | Provides data for the Click event of the MarkerOverlay. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] ​  | This class is the base class for all classes that define the styles applied to the markers. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MarkerValueItem|MarkerValueItem]] ​  | This class represents one value in a ValueMarkerStyle. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel|MarkerZoomLevel]] ​  | Defines styles of markers and a zoomlevel range. When the current zoomlevel is in that range, the styles will be applied to the markers. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MarkerZoomLevelSet|MarkerZoomLevelSet]] ​  | This class represents a collection of MarkerZoomLevels that determines the appearance of markers at different zoomlevels. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MeasureMapTool|MeasureMapTool]] ​  | Represents the measure map tool which allows measurements for features. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MiniMapMapTool|MiniMapMapTool]] ​  | Represents a mini map panel in the lower right corner of the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.MouseCoordinateMapTool|MouseCoordinateMapTool]] ​  | Represents the coordinates of the mouse pointer, displayed in the lower right corner of the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.MouseMapTool|MouseMapTool]] ​  | Determines whether the map can be operated by mouse. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MultiThreadTileResource|MultiThreadTileResource]] ​  | This is an asynchronous HTTP handler which is used to handle web map services. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.OpenStreetMapOverlay|OpenStreetMapOverlay]] ​  | This class is used to display data from OpenStreetMap server. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Serves as the base class that defines the properties and methods shared by all types of overlays. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] ​  | Represents a panel in the upper right corner of the map, containing a list of overlays in the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.PanZoomBarMapTool|PanZoomBarMapTool]] ​  | Represents the panning and zooming panel in the upper left corner of the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.PanZoomMapTool|PanZoomMapTool]] ​  | Represents the panning and zooming panel in the upper left corner of the map, by which you can operate the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]] ​  | Represents the ordinary marker style. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Serves as the base class that defines the methods and properties common to all types of popups. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.ScaleLineMapTool|ScaleLineMapTool]] ​  | Represents a graphic line marked with numbers indicating the map's current scale. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.ServerCache|ServerCache]] ​  | This class controls the cachablity of the map control at the server side.   | 
-| [[ThinkGeo.MapSuite.WebEdition.SimpleMarkerOverlay|SimpleMarkerOverlay]] ​  | Represents a MarkerOverlay object to which you can add markers directly. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.SingleThreadTileResource|SingleThreadTileResource]] ​  | This is an asynchronous HTTP handler which is used to handle web map services. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.TouchMapTool|TouchMapTool]] ​  ​| ​   | 
-| [[ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle|ValueMarkerStyle]] ​  | This class allows you to match a value with data in the feature to determine how to draw the feature. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]] ​  | Represents a small image that displays on the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.WmsOverlay|WmsOverlay]] ​  | Represents an overlay object that gets map images from the WMS server you specify. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.WmtsOverlay|WmtsOverlay]] ​  ​| ​   | 
-| [[ThinkGeo.MapSuite.WebEdition.WorldMapKitWmsWebOverlay|WorldMapKitWmsWebOverlay]] ​  | Represents an overlay object that gets map images from the WMS servers. ​  | 
- 
- 
-==== Structures ==== 
-^ Name ^ Summary ^ 
- 
- 
-==== Enumerations ==== 
-^ Name ^ Summary ^ 
-| [[ThinkGeo.MapSuite.WebEdition.BingMapsStyle|BingMapsStyle]] ​  | This enumeration specifies the map types available from Bing maps.   | 
-| [[ThinkGeo.MapSuite.WebEdition.CursorType|CursorType]] ​  | This enumeration determines the cursor that appears when the pointer moves over the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.GoogleMapType|GoogleMapType]] ​  | This enumeration specifies the map types available from Google Maps.   | 
-| [[ThinkGeo.MapSuite.WebEdition.MarkerDragMode|MarkerDragMode]] ​  | This enumeration specifies how the map markers can be dragged. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MeasureType|MeasureType]] ​  | Defines the different types of the MeasureMapTool. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MeasureUnitType|MeasureUnitType]] ​  | The display system units for output measurements. Supported values are ‘english’,​ ‘metric’,​ and ‘geographic’. Default is ‘metric’. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.MouseCoordinateType|MouseCoordinateType]] ​  | This enumeration determines the MousePostion Type that appears when the pointer is moving on the map.   | 
-| [[ThinkGeo.MapSuite.WebEdition.OpenStreetMapType|OpenStreetMapType]] ​  ​| ​   | 
-| [[ThinkGeo.MapSuite.WebEdition.ResourceDeploymentMode|ResourceDeploymentMode]] ​  | This class indicates whether the application allows map to copy its resource images under "​~/​theme/​default/​img/"​. The default value is "​True",​ otherwise, you need to copy images to the directory. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.TileType|TileType]] ​  | This enumeration specifies whether the overlay uses tiling. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.TrackMode|TrackMode]] ​  | Defines the different modes of the EditFeatureOverlay. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.TrackZoomMaskType|TrackZoomMaskType]] ​  | Defines the different zoom box key code of key for the MouseMapTool. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.TransitionEffect|TransitionEffect]] ​  | This enumeration specifies the type of transition effect to use when the map is panned or zoomed. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.WebConfigRegistrationMode|WebConfigRegistrationMode]] ​  | This class is used to indicate whether the application allows map to register the Web.config on the fly in runtime. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.WebImageFormat|WebImageFormat]] ​  | Specifies the format of the map image. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.WrapDatelineMode|WrapDatelineMode]] ​  | Indicates whether the overlay wraps at the date line.   | 
- 
- 
-==== Interfaces ==== 
-^ Name ^ Summary ^ 
-| [[ThinkGeo.MapSuite.WebEdition.IJsonSerializable|IJsonSerializable]] ​  | Allows an object to control its own serialization and deserialization to/from a JSON string. ​  | 
-| [[ThinkGeo.MapSuite.WebEdition.IRequireId|IRequireId]] ​  | This interface defines an Id property that is used by the GeoKeyedCollection. ​  | 
- 
- 
-<!-- WebEdition --> 
- 
-[[Category:​WebEdition]] 
-[[Category:​ThinkGeo.MapSuite.WebEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.webedition.1440040135.txt.gz · Last modified: 2015/09/21 06:51 (external edit)