User Tools

Site Tools


thinkgeo.mapsuite-wlm-desc1

ThinkGeo.MapSuite

ThinkGeo.MapSuite.Cogo

ThinkGeo.MapSuite.Drawing

  • PlatformGeoCanvas WindowsAndroid

    This class represents a canvas that is used to draw geographic shapes with GDI+.

  • GeoBrush WindowsAndroid

    Defines objects used to fill the interiors of AreaBaseShapes, such as MultiPolygonShape, PolygonShape, EllipseShape, and other AreaBaseShapes.

  • GeoCanvas WindowsAndroid

    This class represents a canvas 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.

  • GeoFont WindowsAndroid

    This class represents a font that is used to label features on a GeoCanvas.

  • GeoPen WindowsAndroid

    This class represents a GeoPen, which is used to draw lines on a GeoCanvas.

  • DrawingFontStyles WindowsAndroid

    This enumeration specifies the type of font style for drawing text.

  • DrawingGraphicsUnit WindowsAndroid

    This enumeration represents the graphics unit.

  • DrawingLevel WindowsAndroid

    This enumeration represents the drawing level used in the GeoCanvas.

  • DrawingLineCap WindowsAndroid

    This enumeration represents the available cap styles with which a GeoPen object can end a line.

  • DrawingLineJoin WindowsAndroid

    This enumeration specifies how to join consecutive line or curve segments.

  • DrawingPenAlignment WindowsAndroid

    Specifies the alignment of a GeoPen object in relation to the theoretical, zero-width line.

  • DrawingQuality WindowsAndroid

    This enumeration specifies the drawing quality of the GeoCanvas.

  • GeoBrushes WindowsAndroid

    Provides a collection of predefined GeoBrushes

  • GeoColor WindowsAndroid

    This structure represents a color for drawing on a GeoCanvas.

  • GeoColors WindowsAndroid

    This class is a collection of predefined colors

  • GeoDashCap WindowsAndroid

    This enumeration represents the type of graphic shape to use on both ends of each dash in a dashed line.

  • GeographicColors WindowsAndroid

    This class is a convenient way to access a predefined set of geographic colors.

  • GeoHatchBrush WindowsAndroid

    This class represents a brush that fills with various patterns.

  • GeoHatchStyle WindowsAndroid

    This enumeration defines the various kinds of hatch patterns that can be used to fill areas using the GeoHatchBrush.

  • GeoLinearGradientBrush WindowsAndroid

    Encapsulates a GeoBrush with a linear gradient.

  • GeoLinearGradientDirection WindowsAndroid

    Specifies the direction of a linear gradient.

  • GeoPens WindowsAndroid

    Provides a collection of predefined GeoPens

  • GeoSolidBrush WindowsAndroid

    This class defines a GeoBrush of a single color. Brushes are used to fill area shapes on a GeoCanvas.

  • GeoTextureBrush WindowsAndroid

    This class is used to fill an area with a image texture.

  • GeoWrapMode WindowsAndroid

    This enumeration determines how a texture is filled in with a GeoTextureBrush when the area to be filled is larger than the texture.

  • LineDashStyle WindowsAndroid

    This enumeration specifies the style of dashed lines drawn with a GeoPen object.

  • PenBrushDrawingOrder WindowsAndroid

    This enumeration determines whether the brush or the pen draws first.

  • RandomColorType WindowsAndroid

    Defines values represent which kind of color will use for randomly.

  • SimpleColors WindowsAndroid

    This class is a convenient way to access a predefined set of simple colors.

  • StandardColors WindowsAndroid

    This class is a convenient way to access a predefined set of standard colors.

ThinkGeo.MapSuite.Geocoding

  • DbfMatchingPluginReadWriteMode Windows

    The ReadWrite mode for DbfMatingPlugin.

  • MatchMode Windows

    This enumeration defines two kinds of match status.

  • CensusBlockDbfMatchingPlugin Windows

    This is the derived class of the class DbfMatchingPlugIn for matching Census Block areas.

  • CensusBlockGroupDbfMatchingPlugin Windows

    This is the derived class of the class DbfMatchingPlugIn for matching Census Block Group areas.

  • CensusTractsDbfMatchingPlugin Windows

    This is the derived class of the class DbfMatchingPlugIn for matching Census Tracts.

  • CountyDbfMatchingPlugin Windows

    This is the derived class of the class DbfMatchingPlugIn for matching counties.

  • CustomStreetMatchingPlugin Windows

    This class is the derived class of the MatchingPlugin class for matching street addresses.

  • IPAddressMatchingPlugin Windows

    This class is the derived class of the MatchingPlugin class for matching IP addresses.

  • PostcodeDbfMatchingPlugin Windows

    This is the derived class of the class MatchingPlugIn for matching PostCode.

  • SoundexDbfMatchingPlugin Windows

    This class implements soundex matching operations. There are two columns in the DBF file that are necessary for soundex matching. The first is the soundex value generated by certain Soundex algorithms (by default this is implemented by SimplifiedSoundex). The second is the exact value.

  • CityDbfMatchingPlugin Windows

    This is the derived class of the class DbfMatchingPlugIn for matching cities.

  • StateDbfMatchingPlugin Windows

    This class is the derived class of the class DbfMatchingPlugIn for matching states.

  • ZipDbfMatchingPlugin Windows

    This class implements functions for matching zip codes.

  • DbfMatchingPluginColumn Windows

    This structure represents the DBF column definition.

  • DbfMatchingPluginColumnType Windows

    This enumeration represents the column type in the DBF.

  • StreamLoadingEventArgs Windows

    This class represents the event arguments for the StreamLoading event.

  • Geocoder Windows

    This class is the base class for Geocoding.

  • GeocoderMatch Windows

    This class represents single match result.

  • DbfMatchingPlugin Windows

    This class encapsulates the matching operations in a DBF dataset. This class provides functions for creating and adding records and matching for DBF index files. The DBF file could contain one key column whose column name starts with “ID_” and additional columns whose column names start with “DT_”. Each DBF file should also contain two columns named “BB_CX” and “BB_CY”, which represent the longitude and latitude. If there is bounding box information, it should consist of four columns: “BB_ULX”, “BB_ULY”, “BB_LRX”, “BB_LRY” representing upper left X, upper left Y, lower right X and lower right Y. To take advantange of binary searching, records should be sorted before insertion into the DBF file.

  • MatchingPlugin Windows

    This class is the abstract class encapsulating matching operations. The MatchingPlugIn class is the key class in the Geocoding. It formalizes the source text using GeocoderFormalizer, tries to match in some kinds of datasets and returns a MatchResult object. MatchingPlugIn can work independently or can be combined to work together with others to accomplish complicated matching requirements.

  • CoordinatesMatchingPlugin Windows

    This class implements coordinate matching functions. The CoordinatesMatchingPlugin uses serveral DBF and R-Tree index files to accomplish matching operations. street.dbf: Contains non-geographic information for streets. rt2.dbf: Contains coordinate information for streets. tlid.dbf: Contains street TIGER line ID (TLID) and index in street.dbf. Sorted by TLID. zip.dbf: Contains zip code information. rt2.ids and rt2.idx: R-Tree index files for streets by zip.

  • StreetMatchingPlugin Windows

    This class is the derived class of the MatchingPlugin class for matching street addresses.

  • SimplifiedSoundex Windows

    This is the derived class from the Soundex class which implements a simplfied soundex algorithm.

  • Soundex Windows

    This class is the abstract class for Soundex algorithm.

  • UsaGeocoder Windows

    This class is for United States Geocoding.

ThinkGeo.MapSuite.Jeffersonian

ThinkGeo.MapSuite.Layers

ThinkGeo.MapSuite.Mvc

  • CursorType Windows

    This enumeration determines the cursor that appears when the pointer moves over the map.

  • TileType Windows

    This enumeration specifies whether the overlay uses tiling.

  • IJsonSerialization Windows

    Define an interface to allow class that implement Json conversion.

  • IEntity Windows

    The corresponding to achieve the entity object and url string between the conversion.

  • ClassBreakMarkerStyleSetting Windows

    A setting for ClassBreakMarkerStyle that contains APIs to set properties of ClassBreakMarkerStyleSetting using in MVC view.

  • ClusterMarkerStyleSetting Windows

    A setting for ClusterMarkerStyle that contains APIs to set properties of ClusterMarkerStyleSetting using in MVC view.

  • FeatureOverlayStyleSetting Windows

    A setting for FeatureOverlayStyle that contains APIs to set properties of FeatureOverlayStyleSetting using in MVC view.

  • MarkerStyleSetting`2 Windows

    A setting for MarkerStyle that contains APIs to set properties of MarkerStyleSetting using in MVC view.

  • PointMarkerStyleSetting Windows

    A setting for PointMarkerStyle that contains APIs to set properties of PointMarkerStyleSetting using in MVC view.

  • ValueMarkerStyleSetting Windows

    A setting for ValueMarkerStyle that contains APIs to set properties of ValueMarkerStyleSetting using in MVC view.

  • HtmlHelperExtension Windows

    HtmlHelper extension for providing access to the Mvc controls inherited from MvcControlBase

  • WmtsOverlaySetting Windows

    A setting for WmsOverlay that contains APIs to set properties of WmsOverlaySetting using in MVC view.

  • WorldStreetsAndImageryOverlaySetting Windows

    A setting for WorldMapKitWmsWebOverlay that contains APIs to set properties of WorldMapKitWmsWebOverlaySetting using in MVC view.

  • MarkerBreakValueInclusion Windows

    In a class break style, this enumeration determines whether the break includes or excludes the value entered in the break.

  • WmtsSeverEncodingType Windows

    WMTS System.

  • WorldStreetsAndImageryOverlay Windows

    Represents an overlay object that gets map images from the WMS servers.

  • MapHelper Windows

    This static class exposes a number of helpful methods when dealing with map.

  • MultiThreadTileResource Windows

    This is an asynchronous HTTP handler which is used to handle web map services.

  • SingleThreadTileResource Windows

    This is an asynchronous HTTP handler which is used to handle web map services.

  • MvcElementSettingBase`2 Windows

    This class is the abstract base-class for defining the fluent interface of classes which are not inherited from MvcControlBase, but used in a Mvc control.

  • ResourceDeploymentMode Windows

    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.

  • WebConfigRegistrationMode Windows

    This class is used to indicate whether the application allows map to register the Web.config on the fly in runtime.

  • ContextMenuItemCollection Windows

    A collection of ThinkGeo.MapSuite.Mvc.ContextMenuItem objects.

  • ContextMenuItemSetting Windows

    A setting for ContextMenuItem that contains APIs to set properties of ContextMenuItem using in MVC view.

  • ContextMenuSetting Windows

    A setting for ContextMenu that contains APIs to set properties of ContextMenu using in MVC view.

  • AnimationPanMapToolSetting Windows

    A setting for ContextMenu that contains APIs to set properties of ContextMenu using in MVC view.

  • KeyboardMapToolSetting Windows

    A setting for KeyboardMapTool that contains APIs to set properties of KeyboardMapTool using in MVC view.

  • LoadingImageMapToolSetting Windows

    A setting for LoadingImageMapTool that contains APIs to set properties of LoadingImageMapToolSetting using in MVC view.

  • LogoMapToolSetting Windows

    A setting for LoadingImageMapTool that contains APIs to set properties of LoadingImageMapToolSetting using in MVC view.

  • MapToolSetting`2 Windows

    A setting for MapTool that contains APIs to set properties of MapToolSetting using in MVC view.

  • MeasureMapToolSetting Windows

    A setting for MeasureMapTool that contains APIs to set properties of MeasureMapToolSetting using in MVC view.

  • MiniMapMapToolSetting Windows

    A setting for MiniMapMapTool that contains APIs to set properties of MiniMapMapToolSetting using in MVC view.

  • MouseCoordinateMapToolSetting Windows

    A setting for MouseCoordinateMapTool that contains APIs to set properties of MouseCoordinateMapToolSetting using in MVC view.

  • MouseMapToolSetting Windows

    A setting for MouseMapTool that contains APIs to set properties of MouseMapToolSetting using in MVC view.

  • OverlaySwitcherMapToolSetting Windows

    A setting for OverlaySwitcherMapTool that contains APIs to set properties of OverlaySwitcherMapToolSetting using in MVC view.

  • PanZoomBarMapToolSetting Windows

    A setting for PanZoomBarMapTool that contains APIs to set properties of PanZoomBarMapToolSetting using in MVC view.

  • PanZoomMapToolSetting Windows

    A setting for PanZoomMapTool that contains APIs to set properties of PanZoomMapToolSetting using in MVC view.

  • ScaleLineMapToolSetting Windows

    A setting for ScaleLineMapTool that contains APIs to set properties of ScaleLineMapToolSetting using in MVC view.

  • TouchMapToolSetting Windows

    A setting for TouchMapTool that contains APIs to set properties of TouchMapToolSetting using in MVC view.

  • AdornmentOverlay Windows

    This class inherits from the Overlay abstract class. This specified overlay stores the AdornmentLayer used in the MapControl.

  • CloudPopup Windows

    Represents the popups that appear in a cloud (a.k.a. balloon) shape.

  • CloudPopupSetting Windows

    A setting for CloudPopup that contains APIs to set properties of CloudPopupSetting using in MVC view.

  • CustomPopupSetting Windows

    A setting for CustomPopup that contains APIs to set properties of CustomPopupSetting using in MVC view.

  • PopupSetting`2 Windows

    A setting for Popup that contains APIs to set properties of PopupSetting using in MVC view.

  • ClassBreakMarkerStyle Windows

    This class represents a style based on class break values.

  • ClientCache Windows

    This class controls how the map images are cached by the browser.

  • ClusterMarkerStyle Windows

    A kind of MarkerStyle to filter the markers.

  • ContextMenu Windows

    This class represents a right-click shortcut menu used in the map control.

  • ContextMenuItem Windows

    This class represents a menu item of the ContextMenu control.

  • CustomPopup Windows

    Represents a pop up window whose style and background can be customized.

  • AdornmentOverlaySetting Windows

    A setting for AdornmentOverlay that contains APIs to set properties of AdornmentOverlaySetting using in MVC view.

  • ArcGISServerRestOverlaySetting Windows

    A setting for ArcGISServerRestOverlay that contains APIs to set properties of ArcGISServerRestOverlaySetting using in MVC view.

  • BingMapsOverlaySetting Windows

    A setting for BingMapsOverlay that contains APIs to set properties of BingMapsOverlaySetting using in MVC view.

  • FeatureSourceMarkerOverlaySetting Windows

    A setting for FeatureSourceMarkerOverlay that contains APIs to set properties of FeatureSourceMarkerOverlaySetting using in MVC view.

  • InMemoryMarkerOverlaySetting Windows

    A setting for InMemoryMarkerOverlay that contains APIs to set properties of InMemoryMarkerOverlaySetting using in MVC view.

  • LayerOverlaySetting Windows

    A setting for LayerOverlay that contains APIs to set properties of LayerOverlaySetting using in MVC view.

  • MarkerOverlaySetting`2 Windows

    A setting for MarkerOverlay that contains APIs to set properties of MarkerOverlaySetting using in MVC view.

  • SimpleMarkerOverlaySetting Windows

    A setting for SimpleMarkerOverlay that contains APIs to set properties of SimpleMarkerOverlaySetting using in MVC view.

  • EditFeatureOverlaySetting Windows

    A setting for EditFeatureOverlay that contains APIs to set properties of EditFeatureOverlaySetting using in MVC view.

  • FeatureOverlaySetting`2 Windows

    A setting for FeatureOverlay that contains APIs to set properties of FeatureOverlaySetting using in MVC view.

  • GoogleOverlaySetting Windows

    A setting for GoogleOverlay that contains APIs to set properties of GoogleOverlaySetting using in MVC view.

  • HighlightFeatureOverlaySetting Windows

    A setting for HighlightFeatureOverlay that contains APIs to set properties of HighlightFeatureOverlaySetting using in MVC view.

  • OpenStreetMapOverlaySetting Windows

    A setting for OpenStreetMapOverlay that contains APIs to set properties of OpenStreetMapOverlaySetting using in MVC view.

  • OverlaySetting`2 Windows

    A setting for Overlay that contains APIs to set properties of OverlaySetting using in MVC view.

  • WmsOverlaySetting Windows

    A setting for WmsOverlay that contains APIs to set properties of WmsOverlaySetting using in MVC view.

  • WorldMapKitWmsWebOverlaySetting Windows

    A setting for WorldMapKitWmsWebOverlay that contains APIs to set properties of WorldMapKitWmsWebOverlaySetting using in MVC view.

  • FeatureSourceMarkerOverlay Windows

    Represents a MarkerOverlay that dynamically creates markers from the feature source specified.

  • GoogleMapType Windows

    This enumeration specifies the map types available from Google Maps.

  • GoogleOverlay Windows

    Represents an overlay object that gets images from the Google Maps server.

  • HighlightFeatureOverlay Windows

    Represents a FeatureOverlay that can easily apply a highlight style or hook event to the features in it.

  • InMemoryMarkerOverlay Windows

    Represents a MarkerOverlay object that dynamically creates markers from the InMemory features.

  • LayerOverlay Windows

    Represents an Overlay that contains layers.

  • Marker Windows

    Represents a small icon on the map that is used for marking a point.

  • MarkerClassBreak Windows

    Represents a break with a value and style defined.

  • MarkerDragMode Windows

    This enumeration specifies how the map markers can be dragged.

  • MarkerOverlay Windows

    Serves as the base class for the overlay that generates and manages markers.

  • MarkerStyle Windows

    This class is the base class for all classes that define the styles applied to the markers.

  • MarkerValueItem Windows

    This class represents one value in a ValueMarkerStyle.

  • MarkerZoomLevel Windows

    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 Windows

    This class represents a collection of MarkerZoomLevels that determines the appearance of markers at different zoomlevels.

  • PointMarkerStyle Windows

    Represents the ordinary marker style.

  • Popup Windows

    Serves as the base class that defines the methods and properties common to all types of popups.

  • ServerCache Windows

    This class controls the cachablity of the map control at the server side.

  • SimpleMarkerOverlay Windows

    Represents a MarkerOverlay object to which you can add markers directly.

  • ValueMarkerStyle Windows

    This class allows you to match a value with data in the feature to determine how to draw the feature.

  • WebImage Windows

    Represents a small image that displays on the map.

  • WebImageFormat Windows

    Specifies the format of the map image.

  • GeoKeyedCollection`1 Windows

    Represents a strong-typed collection that can be accessed by index or by the identifier of an item.

  • IRequireId Windows

    This interface defines an Id property that is used by the GeoKeyedCollection.

  • JsonMemberAttribute Windows

    Indicates that a class can be serialized to a JSON string. This class cannot be inherited.

  • MapBuilder Windows

    Defines the fluent interface for configuring the Map control.

  • Map Windows

    This class represents the map control.

  • MvcClientScriptManager Windows

    This Class defines the utility for managing, registering or adding the client script libraries and script files of Mvc application to the page.

  • MvcClientStyleSheetManager Windows

    This Class defines the utility for managing, registering or adding the Css files to the page which included the specified control.

  • MvcControlBuilderBase`2 Windows

    This class provides a abstract base class to defines the fluent interface for configuring the Mvc control.

  • MvcControlBase Windows

    This class defines the base abstract class for creating MVC control.

  • MapTool Windows

    Defines the properties and methods that are shared by all controls on the map.

  • AnimationPanMapTool Windows

    Represents an animation pan tool which allows map pans to the position which users click using the transition effect.

  • KeyboardMapTool Windows

    Determines whether the map can be operated by keyboard.

  • LoadingImageMapTool Windows

    Represents a small image that displays at the center of the map when the map is loading.

  • LogoMapTool Windows

    Represents a company logo or other logo-type image that displays in the lower right corner of the map.

  • MapTools Windows

    Contains the different map tools as properties and acts as an entrance for setting these map controls.

  • MeasureMapTool Windows

    Represents the measure map tool which allows measurements for features.

  • MeasureType Windows

    Defines the different types of the MeasureMapTool.

  • MeasureUnitType Windows

    The display system units for output measurements. Supported values are ‘english’, ‘metric’, and ‘geographic’. Default is ‘metric’.

  • MiniMapMapTool Windows

    Represents a mini map panel in the lower right corner of the map.

  • MouseCoordinateMapTool Windows

    Represents the coordinates of the mouse pointer, displayed in the lower right corner of the map.

  • MouseCoordinateType Windows

    This enumeration determines the MousePostion Type that appears when the pointer is moving on the map.

  • MouseMapTool Windows

    Determines whether the map can be operated by mouse.

  • OverlaySwitcherMapTool Windows

    Represents a panel in the upper right corner of the map, containing a list of overlays in the map.

  • PanZoomBarMapTool Windows

    Represents the panning and zooming panel in the upper left corner of the map.

  • PanZoomMapTool Windows

    Represents the panning and zooming panel in the upper left corner of the map, by which you can operate the map.

  • ScaleLineMapTool Windows

    Represents a graphic line marked with numbers indicating the map's current scale.

  • TrackZoomMaskType Windows

    Defines the different zoom box key code of key for the MouseMapTool.

  • EditSettings Windows

    Provides editing options when the EditOverlay is in EditShape mode.

  • FeatureOverlayStyle Windows

    Specifies how the features in a FeatureOverlay are drawn at the client side.

  • TrackMode Windows

    Defines the different modes of the EditFeatureOverlay.

  • TransitionEffect Windows

    This enumeration specifies the type of transition effect to use when the map is panned or zoomed.

  • WrapDatelineMode Windows

    Indicates whether the overlay wraps at the date line.

  • ArcGISServerRestOverlay Windows

    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

  • BingMapsOverlay Windows

    Represents an overlay object that gets images from Microsoft's Virtual Earth server.

  • BingMapsStyle Windows

    This enumeration specifies the map types available from Bing maps.

  • Overlay Windows

    Serves as the base class that defines the properties and methods shared by all types of overlays.

  • EditFeatureOverlay Windows

    Represents a FeatureOverlay whose features can be added or edited at the client side.

  • FeatureOverlay Windows

    Serves as the base class for the overlays that contain features and paint the features at client side.

  • OpenStreetMapOverlay Windows

    This class is used to display data from OpenStreetMap server.

  • WmsOverlay Windows

    Represents an overlay object that gets map images from the WMS server you specify.

  • WorldMapKitWmsWebOverlay Windows

    Represents an overlay object that gets map images from the WMS servers.

  • MvcControlCollection Windows

    Represents the Mvc control's factory.

  • GoogleMapsMapType Windows

    This enumeration specifies the map types available from Google Maps.

  • GoogleMapsPictureFormat Windows

    This enumeration specifies the picture formats when getting images back to client from Google Maps.

  • WorldMapKitProjection Windows

    This enumeration represents which projection will use for world map kit.

  • WorldStreetsAndImageryProjection Windows

    This enumeration represents which projection will use for world map kit.

ThinkGeo.MapSuite.Portable

ThinkGeo.MapSuite.Routing

ThinkGeo.MapSuite.Serialize

ThinkGeo.MapSuite.Shapes

  • AreaBaseShape WindowsAndroid

    This abstract class is the root of all area-based shapes, such as RectangleShape and PolygonShape.

  • BaseShape WindowsAndroid

    The abstract class from which area shapes, line shapes, and point shapes inherit from.

  • LineBaseShape WindowsAndroid

    This abstract class is the root of all line-based shapes, such as LineShape and MultilineShape.

  • PointBaseShape WindowsAndroid

    This abstract class is the root of all point-based shapes, such as PointShape and MultiPointShape.

  • AreaUnit WindowsAndroid

    Units describing various ways you can measure areas.

  • BufferCapType WindowsAndroid

    This class represents various ways a buffer operation can cap the objects buffered.

  • Conversion WindowsAndroid

    This static class provides a conversion method to go to and from different units.

  • DecimalDegreesHelper WindowsAndroid

    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.

  • DegreesMinutesSeconds WindowsAndroid

    This structure represents a degrees, minutes and seconds value.

  • DistanceUnit WindowsAndroid

    Units describing various ways you can measure lengths.

  • DrawingRectangle WindowsAndroid

    This structure represents the drawing of a rectangle in screen coordinates.

  • DrawingRectangleF WindowsAndroid

    This structure represents the drawing of a rectangle in screen coordinates.

  • EllipseShape WindowsAndroid

    This class represents an ellipse that is defined with a center point, a height and a width.

  • Feature WindowsAndroid

    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.

  • LineShape WindowsAndroid

    This class represents a LineShape, which is defined as a single line with two or more points.

  • MultilineShape WindowsAndroid

    This class represents a MultilineShape, which is defined as one or more lines, each with two or more points.

  • MultipointShape WindowsAndroid

    This class represents one or more point shapes.

  • MultipolygonShape WindowsAndroid

    This class represents one or more polygons.

  • PanDirection WindowsAndroid

    This enumeration defines panning directions.

  • PointShape WindowsAndroid

    This class represents a single point.

  • PolygonShape WindowsAndroid

    This class represents a polygon, which is defined as a single outer ring with zero-to-many inner rings.

  • Proj4Projection WindowsAndroid

    This projection class uses the Proj4 engine to project data from one Srid to another.

  • Projection WindowsAndroid

    This class represents a projection that you wish to apply to a FeatureSource.

  • RectangleShape WindowsAndroid

    This class represents a rectangle, which is defined as an upper left point and a lower right point.

  • ReturningColumnsType WindowsAndroid

    This enumeration provides some options when querying a feature.

  • RingShape WindowsAndroid

    This class represents a closed ring of points.

  • ScreenPoint WindowsAndroid

    This structure represents a single point in screen coordinates.

  • ScreenPointF WindowsAndroid

    This structure represents a single point in screen coordinates.

  • ShapeValidationMode WindowsAndroid

    This enumeration describes the type of validation test to run on shapes.

  • ShapeValidationResult WindowsAndroid

    This structure represents the result of the validation method performed on a shape.

  • ExtentHelper WindowsAndroid

    This static class exposes a number of helpful methods when dealing with extents.

  • MapResizeMode WindowsAndroid

    The enumeration represents which mode will use for map resize.

  • SimplificationType WindowsAndroid

    Specifies which algorthm will be use to simplify.

  • StartingPoint WindowsAndroid

    An enumeration describing the place to start on a line when doing certain operations.

  • Vertex WindowsAndroid

    This structure represents the point at which the sides of an angle intersect.

  • WellKnownType WindowsAndroid

    This describes a set of enumerations that list the valid types of geometries.

  • WkbByteOrder WindowsAndroid

    This enumeration represents the byte order that well-known binary will be written in.

ThinkGeo.MapSuite.Styles

ThinkGeo.MapSuite.WebApi

ThinkGeo.MapSuite.WebForms

ThinkGeo.MapSuite.WinForms

ThinkGeo.MapSuite.Wpf

thinkgeo.mapsuite-wlm-desc1.txt · Last modified: 2016/12/28 09:20 by marklee