User Tools

Site Tools


map_suite_web_for_mvc_api

Namespaces

ThinkGeo.MapSuite.Mvc

  • AdornmentOverlay WindowsLinuxMac

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

  • AdornmentOverlaySetting WindowsLinuxMac

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

  • AnimationPanMapTool WindowsLinuxMac

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

  • AnimationPanMapToolSetting WindowsLinuxMac

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

  • ArcGISServerRestOverlay WindowsLinuxMac

    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

  • ArcGISServerRestOverlaySetting WindowsLinuxMac

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

  • BingMapsOverlay WindowsLinuxMac

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

  • BingMapsOverlaySetting WindowsLinuxMac

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

  • BingMapsStyle WindowsLinuxMac

    This enumeration specifies the map types available from Bing maps.

  • ClassBreakMarkerStyle WindowsLinuxMac

    This class represents a style based on class break values.

  • ClassBreakMarkerStyleSetting WindowsLinuxMac

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

  • ClientCache WindowsLinuxMac

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

  • CloudPopup WindowsLinuxMac

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

  • CloudPopupSetting WindowsLinuxMac

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

  • ClusterMarkerStyle WindowsLinuxMac

    A kind of MarkerStyle to filter the markers.

  • ClusterMarkerStyleSetting WindowsLinuxMac

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

  • ContextMenu WindowsLinuxMac

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

  • ContextMenuItem WindowsLinuxMac

    This class represents a menu item of the ContextMenu control.

  • ContextMenuItemCollection WindowsLinuxMac

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

  • ContextMenuItemSetting WindowsLinuxMac

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

  • ContextMenuSetting WindowsLinuxMac

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

  • CursorType WindowsLinuxMac

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

  • CustomPopup WindowsLinuxMac

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

  • CustomPopupSetting WindowsLinuxMac

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

  • EditFeatureOverlay WindowsLinuxMac

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

  • EditFeatureOverlaySetting WindowsLinuxMac

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

  • EditSettings WindowsLinuxMac

    Provides editing options when the EditOverlay is in EditShape mode.

  • FeatureOverlay WindowsLinuxMac

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

  • FeatureOverlaySetting_t WindowsLinuxMac

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

  • FeatureOverlayStyle WindowsLinuxMac

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

  • FeatureOverlayStyleSetting WindowsLinuxMac

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

  • FeatureSourceMarkerOverlay WindowsLinuxMac

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

  • FeatureSourceMarkerOverlaySetting WindowsLinuxMac

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

  • GeoKeyedCollection_t WindowsLinuxMac

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

  • GoogleMapsMapType WindowsLinuxMac

    This enumeration specifies the map types available from Google Maps.

  • GoogleMapsPictureFormat WindowsLinuxMac

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

  • GoogleMapType WindowsLinuxMac

    This enumeration specifies the map types available from Google Maps.

  • GoogleOverlay WindowsLinuxMac

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

  • GoogleOverlaySetting WindowsLinuxMac

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

  • HighlightFeatureOverlay WindowsLinuxMac

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

  • HighlightFeatureOverlaySetting WindowsLinuxMac

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

  • HtmlHelperExtension WindowsLinuxMac

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

  • IEntity WindowsLinuxMac

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

  • IJsonSerialization WindowsLinuxMac

    Define an interface to allow class that implement Json conversion.

  • InMemoryMarkerOverlay WindowsLinuxMac

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

  • InMemoryMarkerOverlaySetting WindowsLinuxMac

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

  • IRequireId WindowsLinuxMac

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

  • JsonMemberAttribute WindowsLinuxMac

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

  • KeyboardMapTool WindowsLinuxMac

    Determines whether the map can be operated by keyboard.

  • KeyboardMapToolSetting WindowsLinuxMac

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

  • LayerOverlay WindowsLinuxMac

    Represents an Overlay that contains layers.

  • LayerOverlaySetting WindowsLinuxMac

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

  • LoadingImageMapTool WindowsLinuxMac

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

  • LoadingImageMapToolSetting WindowsLinuxMac

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

  • LogoMapTool WindowsLinuxMac

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

  • LogoMapToolSetting WindowsLinuxMac

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

  • Map WindowsLinuxMac

    This class represents the map control.

  • MapBuilder WindowsLinuxMac

    Defines the fluent interface for configuring the Map control.

  • MapHelper WindowsLinuxMac

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

  • MapTool WindowsLinuxMac

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

  • MapTools WindowsLinuxMac

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

  • MapToolSetting_t WindowsLinuxMac

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

  • Marker WindowsLinuxMac

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

  • MarkerBreakValueInclusion WindowsLinuxMac

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

  • MarkerClassBreak WindowsLinuxMac

    Represents a break with a value and style defined.

  • MarkerDragMode WindowsLinuxMac

    This enumeration specifies how the map markers can be dragged.

  • MarkerOverlay WindowsLinuxMac

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

  • MarkerOverlaySetting_t WindowsLinuxMac

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

  • MarkerStyle WindowsLinuxMac

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

  • MarkerStyleSetting_t WindowsLinuxMac

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

  • MarkerValueItem WindowsLinuxMac

    This class represents one value in a ValueMarkerStyle.

  • MarkerZoomLevel WindowsLinuxMac

    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 WindowsLinuxMac

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

  • MeasureMapTool WindowsLinuxMac

    Represents the measure map tool which allows measurements for features.

  • MeasureMapToolSetting WindowsLinuxMac

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

  • MeasureType WindowsLinuxMac

    Defines the different types of the MeasureMapTool.

  • MeasureUnitType WindowsLinuxMac

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

  • MiniMapMapTool WindowsLinuxMac

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

  • MiniMapMapToolSetting WindowsLinuxMac

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

  • MouseCoordinateMapTool WindowsLinuxMac

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

  • MouseCoordinateMapToolSetting WindowsLinuxMac

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

  • MouseCoordinateType WindowsLinuxMac

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

  • MouseMapTool WindowsLinuxMac

    Determines whether the map can be operated by mouse.

  • MouseMapToolSetting WindowsLinuxMac

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

  • MultiThreadTileResource WindowsLinuxMac

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

  • MvcClientScriptManager WindowsLinuxMac

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

  • MvcClientStyleSheetManager WindowsLinuxMac

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

  • MvcControlBase WindowsLinuxMac

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

  • MvcControlBuilderBase_t WindowsLinuxMac

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

  • MvcControlCollection WindowsLinuxMac

    Represents the Mvc control's factory.

  • MvcElementSettingBase_t WindowsLinuxMac

    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.

  • OpenStreetMapOverlay WindowsLinuxMac

    This class is used to display data from OpenStreetMap server.

  • OpenStreetMapOverlaySetting WindowsLinuxMac

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

  • Overlay WindowsLinuxMac

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

  • OverlaySetting_t WindowsLinuxMac

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

  • OverlaySwitcherMapTool WindowsLinuxMac

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

  • OverlaySwitcherMapToolSetting WindowsLinuxMac

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

  • PanZoomBarMapTool WindowsLinuxMac

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

  • PanZoomBarMapToolSetting WindowsLinuxMac

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

  • PanZoomMapTool WindowsLinuxMac

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

  • PanZoomMapToolSetting WindowsLinuxMac

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

  • PointMarkerStyle WindowsLinuxMac

    Represents the ordinary marker style.

  • PointMarkerStyleSetting WindowsLinuxMac

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

  • Popup WindowsLinuxMac

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

  • PopupSetting_t WindowsLinuxMac

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

  • ResourceDeploymentMode WindowsLinuxMac

    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.

  • ScaleLineMapTool WindowsLinuxMac

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

  • ScaleLineMapToolSetting WindowsLinuxMac

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

  • ServerCache WindowsLinuxMac

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

  • SimpleMarkerOverlay WindowsLinuxMac

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

  • SimpleMarkerOverlaySetting WindowsLinuxMac

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

  • SingleThreadTileResource WindowsLinuxMac

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

  • TileType WindowsLinuxMac

    This enumeration specifies whether the overlay uses tiling.

  • TouchMapToolSetting WindowsLinuxMac

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

  • TrackMode WindowsLinuxMac

    Defines the different modes of the EditFeatureOverlay.

  • TrackZoomMaskType WindowsLinuxMac

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

  • TransitionEffect WindowsLinuxMac

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

  • ValueMarkerStyle WindowsLinuxMac

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

  • ValueMarkerStyleSetting WindowsLinuxMac

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

  • WebConfigRegistrationMode WindowsLinuxMac

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

  • WebImage WindowsLinuxMac

    Represents a small image that displays on the map.

  • WebImageFormat WindowsLinuxMac

    Specifies the format of the map image.

  • WmsOverlay WindowsLinuxMac

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

  • WmsOverlaySetting WindowsLinuxMac

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

  • WmtsOverlaySetting WindowsLinuxMac

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

  • WmtsSeverEncodingType WindowsLinuxMac

    WMTS System.

  • WorldMapKitProjection WindowsLinuxMac

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

  • WorldMapKitWmsWebOverlay WindowsLinuxMac

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

  • WorldMapKitWmsWebOverlaySetting WindowsLinuxMac

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

  • WorldStreetsAndImageryOverlay WindowsLinuxMac

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

  • WorldStreetsAndImageryOverlaySetting WindowsLinuxMac

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

  • WorldStreetsAndImageryProjection WindowsLinuxMac

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

  • WrapDatelineMode WindowsLinuxMac

    Indicates whether the overlay wraps at the date line.

ThinkGeo.MapSuite.Cogo

ThinkGeo.MapSuite.Drawing

  • DrawingFontStyles WindowsLinuxAndroidiOSMac

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

  • DrawingGraphicsUnit WindowsLinuxAndroidiOSMac

    This enumeration represents the graphics unit.

  • DrawingLevel WindowsLinuxAndroidiOSMac

    This enumeration represents the drawing level used in the GeoCanvas.

  • DrawingLineCap WindowsLinuxAndroidiOSMac

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

  • DrawingLineJoin WindowsLinuxAndroidiOSMac

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

  • DrawingPenAlignment WindowsLinuxAndroidiOSMac

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

  • DrawingQuality WindowsLinuxAndroidiOSMac

    This enumeration specifies the drawing quality of the GeoCanvas.

  • GeoBrush WindowsLinuxAndroidiOSMac

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

  • GeoBrushes WindowsLinuxAndroidiOSMac

    Provides a collection of predefined GeoBrushes

  • GeoCanvas WindowsLinuxAndroidiOSMac

    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.

  • GeoColor WindowsLinuxAndroidiOSMac

    This structure represents a color for drawing on a GeoCanvas.

  • GeoColors WindowsLinuxAndroidiOSMac

    This class is a collection of predefined colors

  • GeoDashCap WindowsLinuxAndroidiOSMac

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

  • GeoFont WindowsLinuxAndroidiOSMac

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

  • GeographicColors WindowsLinuxAndroidiOSMac

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

  • GeoHatchBrush WindowsLinuxAndroidiOSMac

    This class represents a brush that fills with various patterns.

  • GeoHatchStyle WindowsLinuxAndroidiOSMac

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

  • GeoLinearGradientBrush WindowsLinuxAndroidiOSMac

    Encapsulates a GeoBrush with a linear gradient.

  • GeoLinearGradientDirection WindowsLinuxAndroidiOSMac

    Specifies the direction of a linear gradient.

  • GeoPen WindowsLinuxAndroidiOSMac

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

  • GeoPens WindowsLinuxAndroidiOSMac

    Provides a collection of predefined GeoPens

  • GeoSolidBrush WindowsLinuxAndroidiOSMac

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

  • GeoTextureBrush WindowsLinuxAndroidiOSMac

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

  • GeoWrapMode WindowsLinuxAndroidiOSMac

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

  • LineDashStyle WindowsLinuxAndroidiOSMac

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

  • PenBrushDrawingOrder WindowsLinuxAndroidiOSMac

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

  • PlatformGeoCanvas WindowsLinuxAndroidiOSMac

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

  • RandomColorType WindowsLinuxAndroidiOSMac

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

  • SimpleColors WindowsLinuxAndroidiOSMac

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

  • StandardColors WindowsLinuxAndroidiOSMac

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

ThinkGeo.MapSuite.Jeffersonian

ThinkGeo.MapSuite.Layers

ThinkGeo.MapSuite.Portable

ThinkGeo.MapSuite.Serialize

ThinkGeo.MapSuite.Shapes

  • AreaBaseShape WindowsLinuxAndroidiOSMac

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

  • AreaUnit WindowsLinuxAndroidiOSMac

    Units describing various ways you can measure areas.

  • BaseShape WindowsLinuxAndroidiOSMac

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

  • BufferCapType WindowsLinuxAndroidiOSMac

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

  • Conversion WindowsLinuxAndroidiOSMac

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

  • DecimalDegreesHelper WindowsLinuxAndroidiOSMac

    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 WindowsLinuxAndroidiOSMac

    This structure represents a degrees, minutes and seconds value.

  • DistanceUnit WindowsLinuxAndroidiOSMac

    Units describing various ways you can measure lengths.

  • DrawingRectangle WindowsLinuxAndroidiOSMac

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

  • DrawingRectangleF WindowsLinuxAndroidiOSMac

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

  • EllipseShape WindowsLinuxAndroidiOSMac

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

  • ExtentHelper WindowsLinuxAndroidiOSMac

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

  • Feature WindowsLinuxAndroidiOSMac

    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.

  • LineBaseShape WindowsLinuxAndroidiOSMac

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

  • LineShape WindowsLinuxAndroidiOSMac

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

  • MapResizeMode WindowsLinuxAndroidiOSMac

    The enumeration represents which mode will use for map resize.

  • MultilineShape WindowsLinuxAndroidiOSMac

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

  • MultipointShape WindowsLinuxAndroidiOSMac

    This class represents one or more point shapes.

  • MultipolygonShape WindowsLinuxAndroidiOSMac

    This class represents one or more polygons.

  • PanDirection WindowsLinuxAndroidiOSMac

    This enumeration defines panning directions.

  • PointBaseShape WindowsLinuxAndroidiOSMac

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

  • PointShape WindowsLinuxAndroidiOSMac

    This class represents a single point.

  • PolygonShape WindowsLinuxAndroidiOSMac

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

  • Proj4Projection WindowsLinuxAndroidiOSMac

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

  • Projection WindowsLinuxAndroidiOSMac

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

  • RectangleShape WindowsLinuxAndroidiOSMac

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

  • ReturningColumnsType WindowsLinuxAndroidiOSMac

    This enumeration provides some options when querying a feature.

  • RingShape WindowsLinuxAndroidiOSMac

    This class represents a closed ring of points.

  • ScreenPoint WindowsLinuxAndroidiOSMac

    This structure represents a single point in screen coordinates.

  • ScreenPointF WindowsLinuxAndroidiOSMac

    This structure represents a single point in screen coordinates.

  • ShapeValidationMode WindowsLinuxAndroidiOSMac

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

  • ShapeValidationResult WindowsLinuxAndroidiOSMac

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

  • SimplificationType WindowsLinuxAndroidiOSMac

    Specifies which algorthm will be use to simplify.

  • StartingPoint WindowsLinuxAndroidiOSMac

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

  • Vertex WindowsLinuxAndroidiOSMac

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

  • WellKnownType WindowsLinuxAndroidiOSMac

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

  • WkbByteOrder WindowsLinuxAndroidiOSMac

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

ThinkGeo.MapSuite.Styles

map_suite_web_for_mvc_api.txt · Last modified: 2017/10/13 04:42 by tgwikiupdate