ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Provides data for the ControlPointSelected event.
Provides data for the ControlPointSelecting event.
This enumeration specified the control point type when editing a shape. The deafault value is None
This class represents a canvas that is used to draw geographic shapes. It is intended to be inherited for the implementation of drawing visual systems.
This class represents the event arguments for customizing mouse coordinates tool.
This class represents an event argument for the GlobeButtonClick event on PanZoomBarMapTool class.
Contains the different map tools as properties and acts as an entrance for setting these map controls.
Represents the coordinates of the mouse pointer, displayed in the lower right corner of the map.
This enumeration determines the MousePostion Type that appears when the pointer is moving on the map.
This enum indicates whether a zoom bar text is displayed when dragging the slider.
This is the event arguments for the OverlayDrawn event on the MapEngine class. It is raised before any of the overlays are drawn.
This is the event arguments for the OverlayDrawn event on the MapEngine class. It is raised after the overlays are drawn.
This is the event arguments for the OverlaysDrawing event on the MapEngine class. It is raised before any of the overlays are drawn.
This is the event arguments for the OverlaysDrawn event on the MapEngine class. It is raised after the overlays are drawn.
In a class break style, this enumeration determines whether the break includes or excludes the value entered in the break.
This class represents the base class for all classes that defines the styles applied to the markers.
This class defines styles of markers and a zoomlevel range. When the current zoomlevel is in that range, the styles will be applied to the markers.
This class represents a collection of MarkerZoomLevel that determines the appearance of markers at different zoomlevels.
This class inherits from the Overlay abstract class. This specified overlay stores the AdornmentLayer used in the MapControl.
This class inherits from Overlay abstract class. This specified overlay describle the interative process with MapControl using Mouse or Keyborad.
This class inherits from the Overlay abstract class. The specified overlay specifies the background information of the MapControl.
This class represents an overlay that requesting from Bing Maps Imagery Metadata Service.
This is the event arguments for the OverlayDrawing event on the MapEngine class. It is raised before the Overlay is drawn.
This class represents an event argument for DrawingTile event in TileOverlay class.
This is the event arguments for the OverlayDrawn event on the MapEngine class. It is raised after the Overlay has been drawn.
This class represents an event argument for drawn tile in the TileOverlay class.
This method is the event args for download progress when requesting images in TileOverlay.
Represents a MarkerOverlay that dynamically creates markers from the feature source specified.
This class represents the GoogleMapsOverlay which requests images from Google's image server by its StaticAPI.
This class inherits from InterativeOverlay abstract class. This specified overlay describle the EditShape interative process with MapControl using Mouse or Keyborad.
This enumeration specifies the type of extent change that has occurred when doing interactive actions with InterativeOverlay.
This class inherits from InterativeOverlay abstract class. This specified overlay describle the Extent Changing interative process with MapControl using Mouse or Keyborad.
This class encapsulates the information and simple method for interative actions.
This enumeration specifies the mode to draw the InterativeOverlay when doing interactive actions with InterativeOverlay.
This class specifies the InterativeResult when deal with the Interative method in InterativeOverlay.
This enumeration specifies the behavior that occurs when you click-and-drag on the MapControl. The default value is ZoomOutWithKey.
This enumeration specifies the behavior that occurs when double-clicking on the MapControl. The default value is ZoomIn.
This enumeration specifies the behavior that occurs when the mouse wheel is scrolled. The default value is Zooming.
This enumeration specifies the behavior type for panning. The default value is StandardPanning.
This enumeration specifies the mode to process other overlays when doing interactive actions with InterativeOverlay.
This class inherits from InterativeOverlay abstract class. This specified overlay describle the TrackShape interative process with MapControl using Mouse or Keyborad.
This class represents the event arguments for the MarkerDragged event for SimpleMarkerOverlay.
This class represents the MarkerDragging event argument for SimpleMarkerOverlay.
This class represents an event argument for drawing event in TileView class.
This enumeration specifies the type of transition effect to use when the map is panned or zoomed.
Represents an overlay object that gets map images from the WMTS server you specify.
This class represents a view that is used to draw geographic shapes. It is intended to be inherited for the implementation of different drawing systems, such as GDI+ or WPF.
Defines objects used to fill the interiors of AreaBaseShapes, such as MultiPolygonShape, PolygonShape, EllipseShape, and other AreaBaseShapes.
This class defines a GeoBrush of a single color. Brushes are used to fill area shapes on a GeoCanvas.
This enumeration represents the available cap styles with which a GeoPen object can end a line.
Specifies the alignment of a GeoPen object in relation to the theoretical, zero-width line.
This enumeration determines how a texture is filled in with a GeoTextureBrush when the area to be filled is larger than the texture.
This enumeration represents the type of graphic shape to use on both ends of each dash in a dashed line.
This enumeration defines the various kinds of hatch patterns that can be used to fill areas using the GeoHatchBrush.
This class is a collection with some methods specialized for dealing with Layers and other spatial classes.
When applied to a method, specifies that the method is called immediately after deserialization of the object.
When applied to a method, specifies that the method is called during deserialization of an object.
When applied to a method, specifies that the method is called after serialization of an object graph.
When applied to a method, specifies that the method is called before serialization of an object.
This abstract class is the root of all area-based shapes, such as RectangleShape and PolygonShape.
This abstract class is the root of all line-based shapes, such as LineShape and MultilineShape.
This abstract class is the root of all point-based shapes, such as PointShape and MultiPointShape.
This class contains a static routine for converting between degree-minute-second measurement and decimal degree measurement. In essense, it is a routine for converting from a non-decimal degree unit to decimal degree unit distance.
The class Feature is the basic unit of which a FeatureSource is composed. A FeatureSource can be taken from a collection of Features stored in a ShapeFile, SQL Server 2008, Oracle, etc.A Feature is the basic data unit structure which is comprised of IDs that mark the identification of the Feature, a shape and a collection of data.
This structure represents the result of the validation method performed on a shape.
This class represents an ellipse that is defined with a center point, a height and a width.
This class represents a LineShape, which is defined as a single line with two or more points.
This class represents a MultilineShape, which is defined as one or more lines, each with two or more points.
This class represents a polygon, which is defined as a single outer ring with zero-to-many inner rings.
This class represents a rectangle, which is defined as an upper left point and a lower right point.
This enum specifies the Reference corner when caculating the Matrix from Matrix boundingBox.
This is the base class inherits from Matrix which describe the Matrix system used for Tilling system.
This is the base class for BitmapTileCache system which inherits from TileCache class.
This class is a concrete class inherits from BitmapTileCache. In this class, the tiles will be saved in disk and can be viewed very conveniently.
This class is a concrete class inherits from BitmapTileCache. In this class, the tiles will be saved in memory and it provides some properties to control it very easily.
This class is a concrete class that inherits from FileBitmapTileCache. In this class, the tiles will be marked as obsolete when you call the ClearCache method and will be deleted in a background thread.
This is the base class which describle the Tile class. Tile concept is used as a rectangle image which will be saved in Memory or Hard disk to enhance the performance.The Tile cache system is very popular in many GIS products including the GoogleMaps, VE Maps etc, the Tile can be considered a small subset used in the TileCache system.
This class represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tileView bitmap.
The abstract class from which all feature sources inherit. Feature sources represent feature data that can be integrated into Map Suite.This class is key, as it is the abstract class from which all other feature sources are derived. In this sense it encapsulates much of the logic for handling transactions and ensuring the data is consistent regardless of any projections applied.
The abstract class from which all raster sources inherit. Raster sources represent raster data that can be integrated into Map Suite.
This class represents the parameters passed in through the ClosedFeatureSource event.
This class represents the parameters passed in through the ClosedRasterSource event.
This class represents the parameters passed in through the ClosingFeatureSource event.
This class represents the parameters passed in through the ClosingRasterSource event.
This class represents the parameters passed in through the CommittedTransaction event.
This class represents the parameters passed in through the CommittingTransaction event.
This class represents the parameters passed in through the CustomFieldFetch event.
FeatureCache is a cache system used in FeatureSource to speed up the fetching data system.
This class represents the parameters passed in the OpenedFeatureSource event.
This class represents the parameters passed in the OpenedRasterSource event.
This class represents the parameters passed in the OpeningFeatureSource event.
This class represents the parameters passed in the OpeningRasterSource event.
This enumeration represents whether a file should be overwrite or not if the file exists.
This enumeration specifies the ways you can execute a spatial query against a FeatureSource.
This structure is used to describe a range of tiles for a given extent. Basiclly, 4 values exists : the Row range is from MinColumnIndex to MaxColumnIndex, the Column range is from the MinRowIndex to MaxRowIndex.
This class represents the holding place for transactions that have not yet been committed.
This is the base class of AdornmentLayers. The AdornmentLayer is used to place adornments on the map. Two types of AdornmentLayers are provided: ScaleLineAdornmentLayer and ScaleBarAdornmentLayer.
This class is a wrapper class for the FeatureLayer that isolates only the editing methods to make them easily accessible to the programmer.
This enumeration is used on a ZoomLevel to allow its styles to be applied to other zoom levels.
This is the event arguments class for the AdornmentLayerDrawing event. It is raised before the AdornmentLayer is drawn.
This is the event arguments class for the AdornmentLayersDrawing event. It is raised before any of the AdornmentLayers are drawn.
This is the event arguments class for the DrawingFeatures event of the FeatureLayer.
This is the event arguments class for the DrawingFeatures event of the FeatureLayer.
This is the event arguments class for the AdornmentLayerDrawn event. It is raised after the AdornmentLayer is drawn.
This is the event arguments class for the AdornmentLayersDrawn event. It is raised after all of the AdornmentLayers have been drawn.
This is the event arguments class for the LayerDrawing event on the MapEngine class. It is raised before the layer is drawn.
This is the event arguments class for the LayerDrawn event on the MapEngine class. It is raised after a layer is drawn.
This is the event arguments class for the LayersDrawing event on the MapEngine class. It is raised before any of the layers are drawn.
This is the event arguments class for the LayersDrawn event on the MapEngine class. It is raised after all of the layers are drawn.
This class represents a FeatureSource backed by memory, more specifically an in memory collection InternalFeatures.
This is the sub base class of AdornmentLayer. The LogoAdornmentLayer is taken as Logo map of the Map Control.
The ScaleBarAdornmentLayer class allows you show a bar graphic on the map that displays the distance scale for the current map extent.
The ScaleLineAdornmentLayer is a concrete class inherited from AdornmentLayer. The ScaleLineAdornmentLayer class allows you show a ScaleLine graphic on the map.
This class represents the parameters passed in through the BuildingIndex event in BuildingIndexDelimitedFeatureSourceEventArgs class.
This enumeration specifies the picture formats when getting images back to client from Google Maps.
GraticuleFeatureLayer shows Meridians and Parallels displaying through the map. Meridians are lines of longitude and they have a North South orientation. Parallels are lines of latitude and they have an East West orientation. Showing graticule for latitude and longitude is a standard way in cartography to give spatial references to the users.
Reads cell data from a grid file and displays them in appropriate colors based on their values.
Reads cell data from a grid file and displays them in appropriate colors based on their values.
HeatStyle allows you to better visualize data by making areas of high concentration “hotter” using warmer colors and low density areas visually cooler.
This class represent a unit can be drawn on map. Each MapShape composes of a feature and a ZoomLevelSet to control its drawing zoomlevels.
Ideally I would want to make this inherit from the FeatureLayer so you could do spatial queries. In the interests of time I inherited from the Layer to make things simple and show the point of how easy it is to extend Map Suite. When we roll this into the main product we may create a FeatureSource and FeatureLayer.
This MultipleFeatureSource is a special FeatureSource which holds a bunch of FeatureSource.
This class allows you to view standard .NET GDI+ image types such as BMP, TIF, JPG, and PNG.
This class represents general image types to be drawn on the map, such as .BMP, .JPG, .PNG, etc.
This layer can show or hide one or many zones that you want to restrict from being displayed. You can use the specified style to decorate the zones and set the lower/upper scale to control at which zoom levels you want to show or hide the zones. The default decoration style is a hatch pattern. You can change this to a circle with slash image, or, if you want a different look, you can use custom styles.
This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.
This class represents a FeatureSource backed by multiple ESRI Shape Files.
This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.
One TinyGeo file can be internally splitted into multi regions. The more precise the data is, the smaller the region has to be and the more regions one file will have. With splitting the data into regions, the data itself is also splitted so the number of records are increased; on the other side each record is smaller so there are fewer chance to load a huge shape for just rendering a small area of it. The split region of a TinyGeo file is defined by the PricisionInMeter parameter in the Create method, while this enum TinyGeoPrecisionMode affects the max Precision TinyGeo can be.
here defined part of columns from header. all the columns should be the sum of the default columns and the columns from the uncertain format type. For example: if bas name format type is 0
Format 0 is generally used with the Jeffersonian Survey System and sub division of a section..
This class represents the parameters passed in through the RequestedData event in WfsFeatureSource.
This class represents the parameters passed in through the RequestingData event in WfsFeatureSource.
This abstract class encapsulates the labeling position logic. It is inherited by other styles, such as the TextSytle.
In a class break style, this enumeration determines whether the break includes or excludes the value entered in the break.
This class allows you to display information by drawing points on an area based on a value from the features data.
This gradient style is a new style with the concept of GradientBrush. By specifying the LowerValue and its color, as well as the UpperValue and its color, we can set the color of each feature based on a column value using linear interpolation.
This class allows you to choose different icons based on values in the data of a feature.
This class allows you to match a value with data in the feature to determine how to draw that feature.
This class represents a candidate with world center point information for labeling.