User Tools

Site Tools


thinkgeo.mapsuite.portablecore

This is an old revision of the document!


ThinkGeo.MapSuite.PortableCore

<!– NamespacePage –> <!– MapSuitePortableCore –>

MapSuitePortableCore

Classes

Name Summary
AddedGeoCollectionEventArgs
AddingGeoCollectionEventArgs
AdornmentLayer 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.
AdornmentLayerDrawingEventArgs This is the event arguments class for the AdornmentLayerDrawing event. It is raised before the AdornmentLayer is drawn.
AdornmentLayerDrawnEventArgs This is the event arguments class for the AdornmentLayerDrawn event. It is raised after the AdornmentLayer is drawn.
AdornmentLayersDrawingEventArgs This is the event arguments class for the AdornmentLayersDrawing event. It is raised before any of the AdornmentLayers are drawn.
AdornmentLayersDrawnEventArgs This is the event arguments class for the AdornmentLayersDrawn event. It is raised after all of the AdornmentLayers have been drawn.
AngleDistanceCogoCall
AppliedFiltersFeatureSourceEventArgs
ApplyingFiltersFeatureSourceEventArgs
AreaBaseShape This abstract class is the root of all area-based shapes, such as RectangleShape and PolygonShape.
AreaFilterCondition
AreaStyle This class is used to draw area features.
AreaStyleAdvanced This class represents the advanced drawing options for area styles.
AreaStyles This class is a collection of predefined styles and helper methods for creating styles.
BackgroundLayer This class draws the background of the map.
BaseShape The abstract class from which area shapes, line shapes, and point shapes inherit from.
BingMapsLayer
BingMapsZoomLevelSet This class represents the zoom levels used by Bing Maps.
BitmapTile This class represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tile bitmap.
BitmapTileCache This is the base class for BitmapTileCache system which inherits from TileCache class.
BuildingIndexShapeFileFeatureSourceEventArgs This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.
CSharpGeoCodeFormatter This class formats a GeoObjectModel into C# code.
CircularKrigingGridInterpolationModel
ClassBreak This class represents a single class break.
ClassBreakStyle This class represents a style based on class break values.
ClearedItemsGeoCollectionEventArgs
ClearingItemsGeoCollectionEventArgs
ClosedFeatureSourceEventArgs This class represents the parameters passed in through the ClosedFeatureSource event.
ClosedRasterSourceEventArgs This class represents the parameters passed in through the ClosedRasterSource event.
ClosingFeatureSourceEventArgs This class represents the parameters passed in through the ClosingFeatureSource event.
ClosingRasterSourceEventArgs This class represents the parameters passed in through the ClosingRasterSource event.
ClusterPointStyle
CogoCall This is an abstract class which is the basis for each of the different types of COGO calls In the abstract class we define that a call need to be able to produce a line segment as well as produce its traverse and description string.
CogoInformation
CogoObject
CommittedTransactionEventArgs This class represents the parameters passed in through the CommittedTransaction event.
CommittingTransactionEventArgs This class represents the parameters passed in through the CommittingTransaction event.
CompositeStyle
Conversion This static class provides a conversion method to go to and from different units.
CreatedMemberNodeGeoObjectModelerEventArgs This class represents the parameters passed in through the CreatedMemberNode event.
CreatedMemberObjectGeoObjectModelerEventArgs This class represents the parameters passed in through the CreatedMemberObject event.
CreatingMemberNodeGeoObjectModelerEventArgs This class represents the parameters passed in through the CreatingMemberNode event.
CreatingMemberObjectGeoObjectModelerEventArgs This class represents the parameters passed in through the CreatingMemberObject event.
CreatingRequestGoogleMapsLayerEventArgs
CustomColumnFetchEventArgs This class represents the parameters passed in through the CustomFieldFetch event.
DateRangeFilterCondition
DbfColumn This class represents the column information specific to a DBF column.
DecimalDegreesHelper 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.
DirectionDistanceCogoCall
DistinctColumnValue
DotDensityStyle This class allows you to display information by drawing points on an area based on a value from the features data.
DrawingAttributionLayerEventArgs
DrawingExceptionLayerEventArgs
DrawingFeaturesEventArgs This is the event arguments class for the DrawingFeatures event of the FeatureLayer.
DrawingProgressChangedEventArgs
DrawingWrappingFeaturesFeatureLayerEventArgs This is the event arguments class for the DrawingFeatures event of the FeatureLayer.
DrawnAttributionLayerEventArgs
DrawnExceptionLayerEventArgs
DynamicIsoLineLayer
EditTools This class is a wrapper class for the FeatureLayer that isolates only the editing methods to make them easily accessible to the programmer.
EllipseShape This class represents an ellipse that is defined with a center point, a height and a width.
EmpiricalFunctionCoefficients
EncryptedFileBitmapTileCache
ExponentialKrigingGridInterpolationModel
ExtentHelper This static class exposes a number of helpful methods when dealing with extents.
Feature 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.
FeatureCache FeatureCache is a cache system used in FeatureSource to speed up the fetching data system.
FeatureLayer This class represents a layer that is comprised of feature data.
FeatureSource 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.
FeatureSourceColumn This class represents a column contained within a FeatureSource.
FileBitmapTile
FileBitmapTileCache 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.
FileNativeImageTileCache This class is a concrete class inherits from NativeImageTileCache. In this class, the tiles will be saved in disk and can be viewed very conveniently.
FilterCondition
FilterStyle
FormattedPositionStyleEventArgs
FormattingPositionStyleEventArgs
GaussianKrigingGridInterpolationModel
GdiPlusRasterLayer This class represents general image types to be drawn on the map, such as .BMP, .JPG, .PNG, etc.
GdiPlusRasterSource This class allows you to view standard .NET GDI+ image types such as BMP, TIF, JPG, and PNG.
GeneratingGridFeatureSourceEventArgs
GeoBrush Defines objects used to fill the interiors of AreaBaseShapes, such as MultiPolygonShape, PolygonShape, EllipseShape, and other AreaBaseShapes.
GeoCanvas 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.
GeoCodeFormatter This class formats a GeoObjectModel into program code.
GeoCodeGenerator This class generates code that recreates any given object.
GeoCollection‹T› This class is a collection with some methods specialized for dealing with Layers and other spatial classes.
GeoDbf
GeoFont This class represents a font that is used to label features on a GeoCanvas.
GeoHatchBrush This class represents a brush that fills with various patterns.
GeoImage This class represents an image you want to use on the GeoCanvas.
GeoLinearGradientBrush Encapsulates a GeoBrush with a linear gradient.
GeoObjectModel This class represent the model of a top level object.
GeoObjectModeler This class creates models for objects and recreates objects from models.
GeoObjectNode This class represent the model of an object.
GeoPen This class represents a GeoPen, which is used to draw lines on a GeoCanvas.
GeoSerializationFormatter This class formats a GeoObjectModel into serialized data.
GeoSerializer This class serializes an object.
GeoSolidBrush This class defines a GeoBrush of a single color. Brushes are used to fill area shapes on a GeoCanvas.
GeoTextureBrush This class is used to fill an area with a image texture.
GeoTiffRasterLayer This class represents a TIFF image to be drawn on the map.
GeoTiffRasterSource
GeoWebProxy
GeographicColors This class is a convenient way to access a predefined set of geographic colors.
GeometryCollectionShape
GettingCacheImageBitmapTileCacheEventArgs
GoogleMapsLayer Represents an object that encapsulates a Google Map layer.
GoogleMapsZoomLevelSet This class represents the zoom levels used by Google Maps.
GottenCacheImageBitmapTileCacheEventArgs
GpxFeatureLayer
GpxFeatureSource
GradientStyle 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.
GraticuleAdornmentLayer GraticuleAdornmentLayer 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.
GridCell
GridDefinition
GridFeatureLayer This class uses the grid file provided.
GridFeatureSource Reads cell data from a grid file and displays them in appropriate colors based on their values.
GridInterpolationModel
GridIsoLineLayer
GroupLayer This class represents a Layer backed by a group of layers.
HeatLayer HeatLayer allows you to better visualize data by making areas of high concentration “hotter” using warmer colors and low density areas visually cooler.
HeatStyle HeatStyle allows you to better visualize data by making areas of high concentration “hotter” using warmer colors and low density areas visually cooler.
HueFamilyAreaStyle This class is used to draw area features.
IconStyle This class displays an icon with text from the data of the feature.
IconValueItem This class is a single item in an IconValueStyle.
IconValueStyle This class allows you to choose different icons based on values in the data of a feature.
InMemoryBitmapTileCache 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.
InMemoryFeatureLayer This layer is backed by memory and is typically used for temporary features.
InMemoryFeatureSource This class represents a FeatureSource backed by memory, more specifically an in memory collection InternalFeatures.
InMemoryGridFeatureLayer This class uses the grid file provided.
InMemoryGridFeatureSource Reads cell data from a grid file and displays them in appropriate colors based on their values.
InMemoryGridIsoLineLayer
InsertedGeoCollectionEventArgs
InsertingGeoCollectionEventArgs
InverseDistanceWeightedGridInterpolationModel
IsoLineLayer
JeffersonianHelper
JeffersonianSplitResult
KmlAdornmentLayer
KmlFeatureLayer
KmlFeatureSource
KmlGeoCanvas
KmlLayer
KmlRasterLayer
KmlRasterSource
KrigingGridInterpolationModel
LabelInformation This class represents the location of a piece of a label that may be drawn.
LabelingCandidate This class represents a candidate for labeling.
Layer This class is the base class for all types of Layers.
LayerDrawingEventArgs This is the event arguments class for the LayerDrawing event on the MapEngine class. It is raised before the layer is drawn.
LayerDrawnEventArgs This is the event arguments class for the LayerDrawn event on the MapEngine class. It is raised after a layer is drawn.
LayersDrawingEventArgs This is the event arguments class for the LayersDrawing event on the MapEngine class. It is raised before any of the layers are drawn.
LayersDrawnEventArgs This is the event arguments class for the LayersDrawn event on the MapEngine class. It is raised after all of the layers are drawn.
LegendAdornmentLayer
LegendItem
LineBaseShape This abstract class is the root of all line-based shapes, such as LineShape and MultilineShape.
LineShape This class represents a LineShape, which is defined as a single line with two or more points.
LineStyle This class is the style used to draw lines.
LineStyles This class is a collection of predefined styles and helper methods to create styles.
LinealKrigingGridInterpolationModel
LogoAdornmentLayer This is the sub base class of AdornmentLayer. The LogoAdornmentLayer is taken as Logo map of the Map Control.
MagneticDeclination
MagneticDeclinationAdornmentLayer
ManagedGeoTiffRasterSource
ManagedProj4Projection This projection class uses the Proj4 engine to project data from one Srid to another.
MapEngine This class is for generating maps.
MapShape This class represent a unit can be drawn on map. Each MapShape composes of a feature and a ZoomLevelSet to control its drawing zoomlevels.
MapShapeLayer 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.
MapSuiteTileMatrix This class defines the TileMatrix system used in MapSuite component.
Matrix This class represents a base Matrix which encapsulate the tile caculation logics.
MultilineShape This class represents a MultilineShape, which is defined as one or more lines, each with two or more points.
MultipleFeatureLayer This class represents a Layer backed by multiple Shape Files.
MultipleFeatureSource This MultipleFeatureSource is a special FeatureSource which holds a bunch of FeatureSource.
MultipleShapeFileFeatureLayer This layer represents multiple Shape Files of the same type.
MultipleShapeFileFeatureSource This class represents a FeatureSource backed by multiple ESRI Shape Files.
MultipointShape This class represents one or more point shapes.
MultipolygonShape This class represents one or more polygons.
NativeImageTile This class represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tile bitmap.
NativeImageTileCache This is the base class for NativeTileCache system which inherits from TileCache class.
NonSerializableBaseTypeAttribute Indicates that a type's base type should not be serialized.
NonTangentCurveCogoCall
OnGeodeserializedAttribute When applied to a method, specifies that the method is called immediately after deserialization of the object.
OnGeodeserializingAttribute When applied to a method, specifies that the method is called during deserialization of an object.
OnGeoserializedAttribute When applied to a method, specifies that the method is called after serialization of an object graph.
OnGeoserializingAttribute When applied to a method, specifies that the method is called before serialization of an object.
OpenStreetMapLayer This class is use for Open Street Map Layer, and you also can get map from open street map server.
OpenStreetMapsZoomLevelSet This class represents the zoom levels used by Open Stree Map.
OpenedFeatureSourceEventArgs This class represents the parameters passed in the OpenedFeatureSource event.
OpenedRasterSourceEventArgs This class represents the parameters passed in the OpenedRasterSource event.
OpeningFeatureSourceEventArgs This class represents the parameters passed in the OpeningFeatureSource event.
OpeningRasterSourceEventArgs This class represents the parameters passed in the OpeningRasterSource event.
PointBaseShape This abstract class is the root of all point-based shapes, such as PointShape and MultiPointShape.
PointBaseStyle
PointShape This class represents a single point.
PointStyle This class allows you to define how points are drawn on the canvas.
PointStyleAdvanced This class represents the advanced drawing options for point styles.
PointStyles This class provides commonly-used GeoPointStyles and some methods to create various kinds of GeoPointstyles. A GeoStyle is a kind of sheet used to render the map.
PolygonShape This class represents a polygon, which is defined as a single outer ring with zero-to-many inner rings.
PositionStyle This abstract class encapsulates the labeling position logic. It is inherited by other styles, such as the TextSytle.
Proj4Projection This projection class uses the Proj4 to project data from one Srid to another.
Projection This class represents a projection that you wish to apply to a FeatureSource.
QualityFamilyAreaStyle This class is used to draw area features.
QueryTools This is a helper class that allows you to execute various queries.
RasterLayer This abstract class is the basis for all image-based layers in the system.
RasterProjectionResult
RasterSource The abstract class from which all raster sources inherit. Raster sources represent raster data that can be integrated into Map Suite.
RebuildingShapeFileFeatureSourceEventArgs This class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.
RectangleShape This class represents a rectangle, which is defined as an upper left point and a lower right point.
RegexItem This class represents a single Regex Match statement and styles to draw.
RegexStyle This class allows you to draw features differently based on regular expression matching.
RemovedGeoCollectionEventArgs
RemovingGeoCollectionEventArgs
RequestedDataWfsFeatureSourceEventArgs This class represents the parameters passed in through the RequestedData event in WfsFeatureSource.
RequestedDrawingLayerEventArgs
RequestingDataWfsFeatureSourceEventArgs This class represents the parameters passed in through the RequestingData event in WfsFeatureSource.
RequestingDrawingLayerEventArgs
RestrictionLayer 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.
RingShape This class represents a closed ring of points.
RotationProjection This projection allows you to rotate the map image base don an angle.
RtreeSpatialIndex Rtree is a facade class of MapSuiteRtree.
ScaleBarAdornmentLayer The ScaleBarAdornmentLayer class allows you show a bar graphic on the map that displays the distance scale for the current map extent.
ScaleLineAdornmentLayer The ScaleLineAdornmentLayer is a concrete class inherited from AdornmentLayer. The ScaleLineAdornmentLayer class allows you show a ScaleLine graphic on the map.
SendingRequestTiledWmsLayerEventArgs The event args containing the event data used by TiledWmsLayerEventArgs.
SendingWebRequestEventArgs
SentRequestTiledWmsLayerEventArgs The event args containing the event data used by SecuredTiledWmsRasterSource.
SentWebRequestEventArgs
ShapeFileFeatureLayer This class represents a Layer backed by a Shape File.
ShapeFileFeatureSource This class represents a FeatureSource backed by ESRI a Shape File.
SimpleCandidate This class stores simple label information used in the PositionStyle.
SimpleColors This class is a convenient way to access a predefined set of simple colors.
SimpleFilterCondition
SpatialIndex
SphericalKrigingGridInterpolationModel
SphericalMercatorZoomLevelSet
SqlTypesGeometryHelper
StandardColors This class is a convenient way to access a predefined set of standard colors.
StreamLoadingEventArgs This class represents the event arguments for the StreamLoading event.
Style This abstract class is the root for all styles used for drawing features.
TabDbfColumn
TabFeatureLayer
TabFeatureSource
TangentCurveCogoCall
TextStyle This class is used to label features on the map.
TextStyleAdvanced This class represents the advanced drawing options for text styles.
TextStyles The class provides commonly-used TextStyles and some methods to create various kinds of TextStyles. A TextStyle is a kind of sheet used to render a font on the map.
Tile 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.
TileCache This is the base class for TileCache system.
TileMatrix This is the base class inherits from Matrix which describe the Matrix system used for Tilling system.
TileMatrixSet This class holds a collection of TileMatrix shared the same Crs.
TiledWmsLayer This class is use for tiled WMS Server, and you also can get map from ThinkGeo world map kit server.
TiledWmsRasterSource
TinyGeoFeatureLayer This class represents a FeatureLayer of TinyGeo File by ThinkGeo.
TinyGeoFeatureSource This class represents a FeatureSource of TinyGeo File by ThinkGeo.
TopologyValidator
TransactionBuffer This class represents the holding place for transactions that have not yet been committed.
TransactionResult This class represents the results of a transaction that was processed.
ValidFeatureFilterCondition
ValueItem This class represents a single value to match and styles to draw.
ValueStyle This class allows you to match a value with data in the feature to determine how to draw that feature.
WellPointStyle
WmsRasterLayer Represents an object that encapsulates a Web Map Service (WMS) layer.
WmsRasterSource Represents an object that encapsulates a Web Map Service (WMS) source.
WmtsLayer
WmtsTileMatrix
WorldFile This class represents the values of a world file.
WorldLabelingCandidate This class represents a candidate with world center point information for labeling.
WorldMapKitLayer This class is use for world map kit, and you also can get map from ThinkGeo world map kit server.
XYCogoCall
XmlGeoSerializationFormatter This class formats a GeoObjectModel into XML.
ZoomLevel This class defines how InternalFeatures will be drawn based on their scale.
ZoomLevelSet This class represents a collection of ZoomLevels.

Structures

Name Summary
DegreesMinutesSeconds This structure represents a degrees, minutes and seconds value.
DrawingRectangle
DrawingRectangleF This structure represents the drawing of a rectangle in screen coordinates.
GeoColor This structure represents a color for drawing on a GeoCanvas.
LegendDrawingParameters
RowColumnRange 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.
ScreenPointF This structure represents a single point in screen coordinates.
ShapeValidationResult This structure represents the result of the validation method performed on a shape.
TileMatrixCell This structure represents the TileMatrixCell which will be used in the TileMatrix system.
Vertex This structure represents the point at which the sides of an angle intersect.

Enumerations

Name Summary
AdornmentLocation
AngleUnit
ApplyUntilZoomLevel This enumeration is used on a ZoomLevel to allow its styles to be applied to other zoom levels.
AreaUnit Units describing various ways you can measure areas.
BingMapsMapType
BingMapsPictureFormat
BreakValueInclusion In a class break style, this enumeration determines whether the break includes or excludes the value entered in the break.
BufferCapType This class represents various ways a buffer operation can cap the objects buffered.
BuildIndexMode This enumeration represents whether an index should be rebuilt or not.
BuildRecordIdMode This enumeration represents whether a record ID should be rebuilt or not.
CogoCurveDirection
CogoCurveDirectionType
CogoCurveParameterType
CogoDirectionType
ColorWheelDirection
DbfColumnType This enumeration represents the column type in the DBF.
DbfReadWriteMode Dbf read write mode
DistanceUnit Units describing various ways you can measure lengths.
DrawingExceptionMode This enum is used to describe some choice when exception hanppens during drawing Layers or Overlays.
DrawingFontStyles This enumeration specifies the type of font style for drawing text.
DrawingGraphicsUnit This enumeration represents the graphics unit.
DrawingLevel This enumeration represents the drawing level used in the GeoCanvas.
DrawingLineCap This enumeration represents the available cap styles with which a GeoPen object can end a line.
DrawingLineJoin This enumeration specifies how to join consecutive line or curve segments.
DrawingPenAlignment Specifies the alignment of a GeoPen object in relation to the theoretical, zero-width line.
DrawingQuality This enumeration specifies the drawing quality of the GeoCanvas.
FeatureValidationType
GeoDashCap This enumeration represents the type of graphic shape to use on both ends of each dash in a dashed line.
GeoFileAccess
GeoFileMode
GeoFileShare
GeoHatchStyle This enumeration defines the various kinds of hatch patterns that can be used to fill areas using the GeoHatchBrush.
GeoLinearGradientDirection Specifies the direction of a linear gradient.
GeoObjectModelerDefaultValueMode Indicates how the default value of a member will be dealt with by the modeler.
GeoObjectModelerMemberTypes Indicate the kind of member that will be modeled by the modeler.
GeoTiffLibraryType This is an enumation that indicates which way is used to read the image source.
GeoWrapMode This enumeration determines how a texture is filled in with a GeoTextureBrush when the area to be filled is larger than the texture.
GeographyUnit Units describing the way geographies are stored in a data source.
GoogleMapsMapType This enumeration specifies the map types available from Google Maps.
GoogleMapsPictureFormat This enumeration specifies the picture formats when getting images back to client from Google Maps.
GoogleMapsTileMode
IsoLineType
JeffersonianSplitMode
KmlFileReadWriteMode
KmlFileType
KmlStylingType
LabelDuplicateRule This enumeration defines the different labeling duplicate rules.
LabelOverlappingRule This enumeration defines the rules for overlapping.
LegendContentResizeMode
LegendImageJustificationMode
LineDashStyle This enumeration specifies the style of dashed lines drawn with a GeoPen object.
MapResizeMode The enumeration represents which mode will use for map resize.
MaskType
MatrixReferenceCorner This enum specifies the Reference corner when caculating the Matrix from Matrix boundingBox.
OpenStreetMapLayerPictureFormat
OverwriteMode This enumeration represents whether a file should be overwrite or not if the file exists.
PanDirection This enumeration defines panning directions.
PenBrushDrawingOrder This enumeration determines whether the brush or the pen draws first.
PointPlacement This enumeration determines the label placement when labeling point features.
PointSymbolType This enumeration defines the different types of PointSymbols that can be drawn.
PointType This enumeration defines how a PointSymbol will be drawn.
PolygonLabelingLocationMode Labeling Location Mode for polygon
Proj4MemoryMode The enumeration indicates which way are specified to read the projection information.
QueryType This enumeration specifies the ways you can execute a spatial query against a FeatureSource.
RandomColorType Defines values represent which kind of color will use for randomly.
RegexMatching This enumeration defines the matching criteria for regular expression matching.
RestrictionMode This enumeration specifies the restriction mode.
RestrictionStyle This enumeration specifies the type of restriction zone display style.
ReturningColumnsType This enumeration provides some options when querying a feature.
RingOrder
RtreeSpatialIndexDataFormat
RtreeSpatialIndexPageSize
RtreeSpatialIndexReadWriteMode
ScaleLineUnitSystem Unit Mode
ShapeFileReadWriteMode This enumeration represent read only or read-write nature of a Shape File.
ShapeFileType This enumeration represents the types stored in the Shape File.
ShapeValidationMode This enumeration describes the type of validation test to run on shapes.
SimpleFilterConditionType
SimplificationType Specifies which algorthm will be use to simplify.
SpatialDataType This property gets the spatial data type in the MsSql2008FeatureSource.
SplineType This enumeration represents the spline type for labeling.
StartingPoint An enumeration describing the place to start on a line when doing certain operations.
TabFileReadWriteMode
ThreadSafetyLevel
TileAccessMode This enumeration represents how the tileCache should access the tiles.
TileImageFormat Specifies the format of the map image.
TinyGeoFileType
TinyGeoPrecisionMode 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.
TransactionResultStatus This enumeration represents the results from a FeatureSource transaction.
UnitSystem System of measurement.
WellKnownType This describes a set of enumerations that list the valid types of geometries.
WfsNamespace Wfs Name space.
WkbByteOrder This enumeration represents the byte order that well-known binary will be written in.
WmsAxisOrder
WmtsSeverEncodingType WMTS System.
WorldMapKitLayerType
WorldMapKitProjection This enumeration represents which projection will use for world map kit.
WrappingMode

Interfaces

Name Summary

<!– MapSuitePortableCore –> Note: * – not public released, might be removed in the next release. MapSuitePortableCore ThinkGeo.MapSuite.PortableCore UpdateDocumentation

thinkgeo.mapsuite.portablecore.1440040133.txt.gz · Last modified: 2015/09/21 08:26 (external edit)