User Tools

Site Tools


thinkgeo.mapsuite.webedition

This is an old revision of the document!


ThinkGeo.MapSuite.WebEdition

article_rating <!– NamespacePage –> <!– WebEdition –>

WebEdition

Classes

Name Summary
AdornmentOverlay This class inherits from the Overlay abstract class. This specified overlay stores the AdornmentLayer used in the MapControl.
AnimationPanMapTool Represents an animation pan tool which allows map pans to the position which users click using the transition effect.
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
BaseOverlayChangedEventArgs Provides data for the BaseOverlayChangedEventArgs event.
BingMapsOverlay Represents an overlay object that gets images from Microsoft's Virtual Earth server.
ClassBreakMarkerStyle This class represents a style based on class break values.
ClientCache This class controls how the map images are cached by the browser.
CloudPopup Represents the popups that appear in a cloud (a.k.a. balloon) shape.
ClusterMarkerStyle A kind of MarkerStyle to filter the markers.
ContextMenu This class represents a right-click shortcut menu used in the map control.
ContextMenuItem This class represents a menu item of the ContextMenu control.
ContextMenuItemClickEventArgs This class provides data for the click event of a context menu item.
CustomPopup Represents a pop up window whose style and background can be customized.
EditFeatureOverlay Represents a FeatureOverlay whose features can be added or edited at the client side.
EditSettings Provides editing options when the EditOverlay is in EditShape mode.
ExtentChangedEventArgs Provides data for the ExtentChanged event.
FeatureOverlay Serves as the base class for the overlays that contain features and paint the features at client side.
FeatureOverlayStyle Specifies how the features in a FeatureOverlay are drawn at the client side.
FeatureSourceMarkerOverlay Represents a MarkerOverlay that dynamically creates markers from the feature source specified.
GeoKeyedCollection‹T›
GeoResourceFactory
GoogleOverlay Represents an overlay object that gets images from the Google Maps server.
GoogleStreetView
HighlightFeatureOverlay Represents a FeatureOverlay that can easily apply a highlight style or hook event to the features in it.
HighlightFeatureOverlayClickEventArgs This class provides data for the click event of the HighlightFeatureOverlay class.
InMemoryMarkerOverlay Represents a MarkerOverlay object that dynamically creates markers from the InMemory features.
JsonMemberAttribute Indicates that a class can be serialized to a JSON string. This class cannot be inherited.
KeyboardMapTool Determines whether the map can be operated by keyboard.
LayerOverlay Represents an Overlay that contains layers.
LoadingImageMapTool Represents a small image that displays at the center of the map when the map is loading.
LogoMapTool Represents a company logo or other logo-type image that displays in the lower right corner of the map.
Map This class represents the map control.
MapClickedEventArgs This class provides the data for the click event of the map control.
MapDesigner Provides design-time display of web control.
MapTool Defines the properties and methods that are shared by all controls on the map.
MapTools Contains the different map tools as properties and acts as an entrance for setting these map controls.
Marker Represents a small icon on the map that is used for marking a point.
MarkerClassBreak Represents a break with a value and style defined.
MarkerDraggedEventArgs Provides data for the MarkerDragged event of the SimpleMarkerOverlay.
MarkerOverlay Serves as the base class for the overlay that generates and manages markers.
MarkerOverlayClickEventArgs Provides data for the Click event of the MarkerOverlay.
MarkerStyle This class is the base class for all classes that define the styles applied to the markers.
MarkerValueItem This class represents one value in a ValueMarkerStyle.
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.
MarkerZoomLevelSet This class represents a collection of MarkerZoomLevels that determines the appearance of markers at different zoomlevels.
MeasureMapTool Represents the measure map tool which allows measurements for features.
MiniMapMapTool Represents a mini map panel in the lower right corner of the map.
MouseCoordinateMapTool Represents the coordinates of the mouse pointer, displayed in the lower right corner of the map.
MouseMapTool Determines whether the map can be operated by mouse.
MultiThreadTileResource This is an asynchronous HTTP handler which is used to handle web map services.
OpenStreetMapOverlay This class is used to display data from OpenStreetMap server.
Overlay Serves as the base class that defines the properties and methods shared by all types of overlays.
OverlaySwitcherMapTool Represents a panel in the upper right corner of the map, containing a list of overlays in the map.
PanZoomBarMapTool Represents the panning and zooming panel in the upper left corner of the map.
PanZoomMapTool Represents the panning and zooming panel in the upper left corner of the map, by which you can operate the map.
PointMarkerStyle Represents the ordinary marker style.
Popup Serves as the base class that defines the methods and properties common to all types of popups.
ScaleLineMapTool Represents a graphic line marked with numbers indicating the map's current scale.
ServerCache This class controls the cachablity of the map control at the server side.
SimpleMarkerOverlay Represents a MarkerOverlay object to which you can add markers directly.
SingleThreadTileResource This is an asynchronous HTTP handler which is used to handle web map services.
TouchMapTool
ValueMarkerStyle This class allows you to match a value with data in the feature to determine how to draw the feature.
WebImage Represents a small image that displays on the map.
WmsOverlay Represents an overlay object that gets map images from the WMS server you specify.
WmtsOverlay
WorldMapKitWmsWebOverlay Represents an overlay object that gets map images from the WMS servers.

Structures

Name Summary

Enumerations

Name Summary
BingMapsStyle This enumeration specifies the map types available from Bing maps.
CursorType This enumeration determines the cursor that appears when the pointer moves over the map.
GoogleMapType This enumeration specifies the map types available from Google Maps.
MarkerDragMode This enumeration specifies how the map markers can be dragged.
MeasureType Defines the different types of the MeasureMapTool.
MeasureUnitType The display system units for output measurements. Supported values are ‘english’, ‘metric’, and ‘geographic’. Default is ‘metric’.
MouseCoordinateType This enumeration determines the MousePostion Type that appears when the pointer is moving on the map.
OpenStreetMapType
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.
TileType This enumeration specifies whether the overlay uses tiling.
TrackMode Defines the different modes of the EditFeatureOverlay.
TrackZoomMaskType Defines the different zoom box key code of key for the MouseMapTool.
TransitionEffect This enumeration specifies the type of transition effect to use when the map is panned or zoomed.
WebConfigRegistrationMode This class is used to indicate whether the application allows map to register the Web.config on the fly in runtime.
WebImageFormat Specifies the format of the map image.
WrapDatelineMode Indicates whether the overlay wraps at the date line.

Interfaces

Name Summary
IJsonSerializable Allows an object to control its own serialization and deserialization to/from a JSON string.
IRequireId This interface defines an Id property that is used by the GeoKeyedCollection.

<!– WebEdition –>

WebEdition ThinkGeo.MapSuite.WebEdition UpdateDocumentation

thinkgeo.mapsuite.webedition.1440040135.txt.gz · Last modified: 2015/09/21 06:51 (external edit)