User Tools

Site Tools


thinkgeo.mapsuite.core

This is an old revision of the document!


ThinkGeo.MapSuite.Core

A

MapSuiteCore

Classes

A B C D E F G H I J K L M N O P Q R S T U V W X Z

Name Summary
AddedGeoCollectionEventArgs
AddingGeoCollectionEventArgs
AdornmentLayerThis 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.
AdornmentLayerDrawingEventArgsThis is the event arguments class for the AdornmentLayerDrawing event. It is raised before the AdornmentLayer is drawn.
AdornmentLayerDrawnEventArgsThis is the event arguments class for the AdornmentLayerDrawn event. It is raised after the AdornmentLayer is drawn.
AdornmentLayersDrawingEventArgsThis is the event arguments class for the AdornmentLayersDrawing event. It is raised before any of the AdornmentLayers are drawn.
AdornmentLayersDrawnEventArgsThis is the event arguments class for the AdornmentLayersDrawn event. It is raised after all of the AdornmentLayers have been drawn.
AngleDistanceCogoCall
AppliedFiltersFeatureSourceEventArgs
ApplyingFiltersFeatureSourceEventArgs
AreaBaseShapeThis abstract class is the root of all area-based shapes, such as RectangleShape and PolygonShape.
AreaFilterCondition
AreaStyleThis class is used to draw area features.
AreaStyleAdvancedThis class represents the advanced drawing options for area styles.
AreaStylesThis class is a collection of predefined styles and helper methods for creating styles.
BackgroundLayerThis class draws the background of the map.
BaseShapeThe abstract class from which area shapes, line shapes, and point shapes inherit from.
BingMapsLayer
BingMapsZoomLevelSetThis class represents the zoom levels used by Bing Maps.
BitmapTileThis class represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tile bitmap.
BitmapTileCacheThis is the base class for BitmapTileCache system which inherits from TileCache class.
BoundarySolutionsParcelFeatureLayerThis class draws the parcel featureLayer of the map.
BoundarySolutionsParcelFeatureSource
BuildingIndexDelimitedFeatureSourceEventArgsThis class represents the parameters passed in through the BuildingIndex event in BuildingIndexDelimitedFeatureSourceEventArgs class.
BuildingIndexShapeFileFeatureSourceEventArgsThis class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.
CSharpGeoCodeFormatterThis class formats a GeoObjectModel into C# code.
CadFeatureLayer
CadFeatureSource
CircularKrigingGridInterpolationModel
ClassBreakThis class represents a single class break.
ClassBreakStyleThis class represents a style based on class break values.
ClearedItemsGeoCollectionEventArgs
ClearingItemsGeoCollectionEventArgs
ClosedFeatureSourceEventArgsThis class represents the parameters passed in through the ClosedFeatureSource event.
ClosedRasterSourceEventArgsThis class represents the parameters passed in through the ClosedRasterSource event.
ClosingFeatureSourceEventArgsThis class represents the parameters passed in through the ClosingFeatureSource event.
ClosingRasterSourceEventArgsThis class represents the parameters passed in through the ClosingRasterSource event.
CloudFileFeatureLayer
CloudFileFeatureSource
ClusterPointStyle
CogoCallThis 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
CommittedTransactionEventArgsThis class represents the parameters passed in through the CommittedTransaction event.
CommittingTransactionEventArgsThis class represents the parameters passed in through the CommittingTransaction event.
CompositeStyle
ConversionThis static class provides a conversion method to go to and from different units.
CreatedMemberNodeGeoObjectModelerEventArgsThis class represents the parameters passed in through the CreatedMemberNode event.
CreatedMemberObjectGeoObjectModelerEventArgsThis class represents the parameters passed in through the CreatedMemberObject event.
CreatingMemberNodeGeoObjectModelerEventArgsThis class represents the parameters passed in through the CreatingMemberNode event.
CreatingMemberObjectGeoObjectModelerEventArgsThis class represents the parameters passed in through the CreatingMemberObject event.
CreatingRequestGoogleMapsLayerEventArgs
CustomColumnFetchEventArgsThis class represents the parameters passed in through the CustomFieldFetch event.
DataGridPrinterLayer
DateRangeFilterCondition
DbfColumnThis class represents the column information specific to a DBF column.
DbfLinkRecords
DbfLinkSource
DecimalDegreesHelperThis 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.
DelimitedFeatureLayer
DelimitedFeatureSource
DirectionDistanceCogoCall
DistinctColumnValue
DotDensityStyleThis class allows you to display information by drawing points on an area based on a value from the features data.
DrawingAttributionLayerEventArgs
DrawingExceptionLayerEventArgs
DrawingFeaturesEventArgsThis is the event arguments class for the DrawingFeatures event of the FeatureLayer.
DrawingProgressChangedEventArgs
DrawingWrappingFeaturesFeatureLayerEventArgsThis is the event arguments class for the DrawingFeatures event of the FeatureLayer.
DrawnAttributionLayerEventArgs
DrawnExceptionLayerEventArgs
DynamicIsoLineLayer
EcwRasterLayerThis class represents an ECW image to be drawn on the map.
EcwRasterSourceThis class represents the ECW raster source.
EditToolsThis class is a wrapper class for the FeatureLayer that isolates only the editing methods to make them easily accessible to the programmer.
EllipseShapeThis class represents an ellipse that is defined with a center point, a height and a width.
EmpiricalFunctionCoefficients
EncryptedFileBitmapTileCache
ExecutingSqlStatementMsSql2008FeatureSourceEventArgsThis class represents the parameters passed in through the ExecutingSqlStatement event in MsSql2008FeatureSource.
ExecutingSqlStatementOracleFeatureSourceEventArgsThis class represents the parameters passed in through the ExecutingSqlStatement event in OracleFeatureSource.
ExponentialKrigingGridInterpolationModel
ExtentHelperThis static class exposes a number of helpful methods when dealing with extents.
FeatureThe 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.
FeatureCacheFeatureCache is a cache system used in FeatureSource to speed up the fetching data system.
FeatureLayerThis class represents a layer that is comprised of feature data.
FeatureSourceThe 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.
FeatureSourceColumnThis class represents a column contained within a FeatureSource.
FileBitmapTile
FileBitmapTileCacheThis class is a concrete class inherits from BitmapTileCache. In this class, the tiles will be saved in disk and can be viewed very conveniently.
FileGeoDatabaseFeatureLayer
FileGeoDatabaseFeatureSource
FileNativeImageTileCacheThis 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
GdiPlusGeoCanvasThis class represents a canvas that is used to draw geographic shapes with GDI+.
GdiPlusRasterLayerThis class represents general image types to be drawn on the map, such as .BMP, .JPG, .PNG, etc.
GdiPlusRasterSourceThis class allows you to view standard .NET GDI+ image types such as BMP, TIF, JPG, and PNG.
GeneratingGridFeatureSourceEventArgs
GeoBrushDefines objects used to fill the interiors of AreaBaseShapes, such as MultiPolygonShape, PolygonShape, EllipseShape, and other AreaBaseShapes.
GeoBrushesProvides a collection of predefined GeoBrushes
GeoCanvasThis 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.
GeoCodeFormatterThis class formats a GeoObjectModel into program code.
GeoCodeGeneratorThis 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.
GeoColorsThis class is a collection of predefined colors
GeoDbf
GeoFontThis class represents a font that is used to label features on a GeoCanvas.
GeoHatchBrushThis class represents a brush that fills with various patterns.
GeoImageThis class represents an image you want to use on the GeoCanvas.
GeoLinearGradientBrushEncapsulates a GeoBrush with a linear gradient.
GeoObjectModelThis class represent the model of a top level object.
GeoObjectModelerThis class creates models for objects and recreates objects from models.
GeoObjectNodeThis class represent the model of an object.
GeoPenThis class represents a GeoPen, which is used to draw lines on a GeoCanvas.
GeoPensProvides a collection of predefined GeoPens
GeoSerializationFormatterThis class formats a GeoObjectModel into serialized data.
GeoSerializerThis class serializes an object.
GeoSolidBrushThis class defines a GeoBrush of a single color. Brushes are used to fill area shapes on a GeoCanvas.
GeoTextureBrushThis class is used to fill an area with a image texture.
GeoTiffRasterLayerThis class represents a TIFF image to be drawn on the map.
GeoTiffRasterSource
GeographicColorsThis class is a convenient way to access a predefined set of geographic colors.
Geohash
GeometryCollectionShape
GettingCacheImageBitmapTileCacheEventArgs
GettingColumnsFeatureSourceEventArgs
GettingFeaturesByIdsFeatureSourceEventArgs
GettingFeaturesForDrawingFeatureSourceEventArgs
GoogleMapsLayerRepresents an object that encapsulates a Google Map layer.
GoogleMapsZoomLevelSetThis class represents the zoom levels used by Google Maps.
GottenCacheImageBitmapTileCacheEventArgs
GottenColumnsFeatureSourceEventArgs
GottenFeatureValueClassBreakStyleEventArgs
GpxFeatureLayer
GpxFeatureSource
GradientStyleThis 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.
GraticuleAdornmentLayerGraticuleAdornmentLayer 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
GridFeatureLayerThis class uses the grid file provided.
GridFeatureSourceReads cell data from a grid file and displays them in appropriate colors based on their values.
GridInterpolationModel
GridIsoLineLayer
GroupLayerThis class represents a Layer backed by a group of layers.
HeatLayerHeatLayer allows you to better visualize data by making areas of high concentration “hotter” using warmer colors and low density areas visually cooler.
HeatStyleHeatStyle allows you to better visualize data by making areas of high concentration “hotter” using warmer colors and low density areas visually cooler.
HueFamilyAreaStyleThis class is used to draw area features.
IconStyleThis class displays an icon with text from the data of the feature.
IconValueItemThis class is a single item in an IconValueStyle.
IconValueStyleThis class allows you to choose different icons based on values in the data of a feature.
ImagePrinterLayer
InMemoryBitmapTileCacheThis 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.
InMemoryFeatureLayerThis layer is backed by memory and is typically used for temporary features.
InMemoryFeatureSourceThis class represents a FeatureSource backed by memory, more specifically an in memory collection InternalFeatures.
InMemoryGridFeatureLayerThis class uses the grid file provided.
InMemoryGridFeatureSourceReads cell data from a grid file and displays them in appropriate colors based on their values.
InMemoryGridIsoLineLayer
InsertedGeoCollectionEventArgs
InsertingGeoCollectionEventArgs
InverseDistanceWeightedGridInterpolationModel
IsoLineLayer
JeffersonianHelper
JeffersonianSplitResult
Jpeg2000RasterLayerThis class represents a .JP2 (JPEG2000) image type to be drawn on the map.
Jpeg2000RasterSourceThis class represents the JPEG2000 raster source.
KmlAdornmentLayer
KmlFeatureLayer
KmlFeatureSource
KmlGeoCanvas
KmlLayer
KmlRasterLayer
KmlRasterSource
KrigingGridInterpolationModel
LabelInformationThis class represents the location of a piece of a label that may be drawn.
LabelPrinterLayer
LabelingCandidateThis class represents a candidate for labeling.
LayerThis class is the base class for all types of Layers.
LayerDefinition
LayerDrawingEventArgsThis is the event arguments class for the LayerDrawing event on the MapEngine class. It is raised before the layer is drawn.
LayerDrawnEventArgsThis is the event arguments class for the LayerDrawn event on the MapEngine class. It is raised after a layer is drawn.
LayersDrawingEventArgsThis is the event arguments class for the LayersDrawing event on the MapEngine class. It is raised before any of the layers are drawn.
LayersDrawnEventArgsThis 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
LegendPrinterLayer
LineBaseShapeThis abstract class is the root of all line-based shapes, such as LineShape and MultilineShape.
LineShapeThis class represents a LineShape, which is defined as a single line with two or more points.
LineStyleThis class is the style used to draw lines.
LineStylesThis class is a collection of predefined styles and helper methods to create styles.
LinealKrigingGridInterpolationModel
LinkRecord
LinkRecords
LinkSource
LogoAdornmentLayerThis is the sub base class of AdornmentLayer. The LogoAdornmentLayer is taken as Logo map of the Map Control.
MagneticDeclination
MagneticDeclinationAdornmentLayer
MagneticDeclinationPrinterLayer
ManagedGeoTiffRasterSource
ManagedProj4ProjectionThis projection class uses the Proj4 engine to project data from one Srid to another.
MapEngineThis class is for generating maps.
MapPrinterLayer
MapShapeThis class represent a unit can be drawn on map. Each MapShape composes of a feature and a ZoomLevelSet to control its drawing zoomlevels.
MapShapeLayerIdeally 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.
MapSuiteTileMatrixThis class defines the TileMatrix system used in MapSuite component.
MatrixThis class represents a base Matrix which encapsulate the tile caculation logics.
MrSidRasterLayerThis class represents a MrSid image to be drawn on the map.
MrSidRasterSourceThis class represents the MrSid raster source.
MsSql2008FeatureLayerThis class represents a layer backed by Microsoft SQL 2008.
MsSql2008FeatureSourceThis class represents a FeatureSource backed by MS SQL 2008.
MultilineShapeThis class represents a MultilineShape, which is defined as one or more lines, each with two or more points.
MultipleFeatureLayerThis class represents a Layer backed by multiple Shape Files.
MultipleFeatureSourceThis MultipleFeatureSource is a special FeatureSource which holds a bunch of FeatureSource.
MultipleShapeFileFeatureLayerThis layer represents multiple Shape Files of the same type.
MultipleShapeFileFeatureSourceThis class represents a FeatureSource backed by multiple ESRI Shape Files.
MultipointShapeThis class represents one or more point shapes.
MultipolygonShapeThis class represents one or more polygons.
NativeImageTileThis class represents a NativeImageTile, which is defined as scale, RectangleBox and a byte array for its tile bitmap.
NativeImageTileCacheThis is the base class for NativeTileCache system which inherits from TileCache class.
NoaaRadarMonitor
NoaaRadarRasterLayer
NoaaRadarRasterSource
NoaaWeatherStationFeatureLayer
NoaaWeatherStationMonitor
NoaaWeatherStationStyle
NoaaWeatherWarningsFeatureLayer
NoaaWeatherWarningsFeatureSource
NoaaWeatherWarningsMonitor
NoaaWeatherWarningsStyle
NonSerializableBaseTypeAttributeIndicates that a type's base type should not be serialized.
NonTangentCurveCogoCall
OnGeodeserializedAttributeWhen applied to a method, specifies that the method is called immediately after deserialization of the object.
OnGeodeserializingAttributeWhen applied to a method, specifies that the method is called during deserialization of an object.
OnGeoserializedAttributeWhen applied to a method, specifies that the method is called after serialization of an object graph.
OnGeoserializingAttributeWhen applied to a method, specifies that the method is called before serialization of an object.
OpenStreetMapLayerThis class is use for Open Street Map Layer, and you also can get map from open street map server.
OpenStreetMapsZoomLevelSetThis class represents the zoom levels used by Open Stree Map.
OpenedFeatureSourceEventArgsThis class represents the parameters passed in the OpenedFeatureSource event.
OpenedRasterSourceEventArgsThis class represents the parameters passed in the OpenedRasterSource event.
OpeningFeatureSourceEventArgsThis class represents the parameters passed in the OpeningFeatureSource event.
OpeningRasterSourceEventArgsThis class represents the parameters passed in the OpeningRasterSource event.
OracleFeatureLayerThis class represents a Layer backed by Oracle Spatial.
OracleFeatureSourceThis class represents a FeatureSource backed by Oracle Spatial.
PagePrinterLayer
PointBaseShapeThis abstract class is the root of all point-based shapes, such as PointShape and MultiPointShape.
PointBaseStyle
PointShapeThis class represents a single point.
PointStyleThis class allows you to define how points are drawn on the canvas.
PointStyleAdvancedThis class represents the advanced drawing options for point styles.
PointStylesThis 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.
PolygonShapeThis class represents a polygon, which is defined as a single outer ring with zero-to-many inner rings.
PositionStyleThis abstract class encapsulates the labeling position logic. It is inherited by other styles, such as the TextSytle.
PrinterGeoCanvas
PrinterHelper
PrinterLayer
PrinterZoomLevelSet
Proj4ProjectionThis projection class uses the Proj4 to project data from one Srid to another.
ProjectionThis class represents a projection that you wish to apply to a FeatureSource.
QualityFamilyAreaStyleThis class is used to draw area features.
QueryToolsThis is a helper class that allows you to execute various queries.
RadarUpdatedNoaaRadarMonitorEventArgs
RadarUpdatedNoaaRadarRasterSourceEventArgs
RadarUpdatingNoaaRadarMonitorEventArgs
RadarUpdatingNoaaRadarRasterSourceEventArgs
RasterLayerThis abstract class is the basis for all image-based layers in the system.
RasterProjectionResult
RasterSourceThe abstract class from which all raster sources inherit. Raster sources represent raster data that can be integrated into Map Suite.
RebuildingShapeFileFeatureSourceEventArgsThis class represents the parameters passed in through the BuildingIndex event in ShapeFileFeatureSource class.
RectangleShapeThis class represents a rectangle, which is defined as an upper left point and a lower right point.
RegexItemThis class represents a single Regex Match statement and styles to draw.
RegexStyleThis class allows you to draw features differently based on regular expression matching.
RemovedGeoCollectionEventArgs
RemovingGeoCollectionEventArgs
RequestedDataWfsFeatureSourceEventArgsThis class represents the parameters passed in through the RequestedData event in WfsFeatureSource.
RequestedDrawingLayerEventArgs
RequestingDataWfsFeatureSourceEventArgsThis class represents the parameters passed in through the RequestingData event in WfsFeatureSource.
RequestingDrawingLayerEventArgs
RestrictionLayerThis 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.
RingShapeThis class represents a closed ring of points.
RotationProjectionThis projection allows you to rotate the map image base don an angle.
RtreeSpatialIndexRtree is a facade class of MapSuiteRtree.
S57FeatureLayer
S57FeatureSource
ScaleBarAdornmentLayerThe ScaleBarAdornmentLayer class allows you show a bar graphic on the map that displays the distance scale for the current map extent.
ScaleBarPrinterLayer
ScaleLineAdornmentLayerThe ScaleLineAdornmentLayer is a concrete class inherited from AdornmentLayer. The ScaleLineAdornmentLayer class allows you show a ScaleLine graphic on the map.
ScaleLinePrinterLayer
ScaleTextAdornmentLayer
ScaleTextPrinterLayer
SendingRequestTiledWmsLayerEventArgsThe event args containing the event data used by TiledWmsLayerEventArgs.
SendingWebRequestEventArgs
SentRequestTiledWmsLayerEventArgsThe event args containing the event data used by SecuredTiledWmsRasterSource.
SentWebRequestEventArgs
ShapeFileFeatureLayerThis class represents a Layer backed by a Shape File.
ShapeFileFeatureSourceThis class represents a FeatureSource backed by ESRI a Shape File.
SimpleCandidateThis class stores simple label information used in the PositionStyle.
SimpleColorsThis class is a convenient way to access a predefined set of simple colors.
SimpleFilterCondition
SpatialIndex
SphericalKrigingGridInterpolationModel
SphericalMercatorZoomLevelSet
SqlTypesGeometryHelper
StandardColorsThis class is a convenient way to access a predefined set of standard colors.
StationsUpdatedNoaaWeatherStationFeatureSourceEventArgs
StationsUpdatedNoaaWeatherStationMonitorEventArgs
StationsUpdatingNoaaWeatherStationMonitorEventArgs
StreamLoadingEventArgsThis class represents the event arguments for the StreamLoading event.
StyleThis abstract class is the root for all styles used for drawing features.
StyleDefinition
TabDbfColumn
TabFeatureLayer
TabFeatureSource
TangentCurveCogoCall
TextStyleThis class is used to label features on the map.
TextStyleAdvancedThis class represents the advanced drawing options for text styles.
TextStylesThe 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.
TileThis 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.
TileCacheThis is the base class for TileCache system.
TileMatrixThis is the base class inherits from Matrix which describe the Matrix system used for Tilling system.
TileMatrixSetThis class holds a collection of TileMatrix shared the same Crs.
TiledWmsLayerThis class is use for tiled WMS Server, and you also can get map from ThinkGeo world map kit server.
TiledWmsRasterSource
TinyGeoFeatureLayerThis class represents a FeatureLayer of TinyGeo File by ThinkGeo.
TinyGeoFeatureSourceThis class represents a FeatureSource of TinyGeo File by ThinkGeo.
TopologyValidator
TransactionBufferThis class represents the holding place for transactions that have not yet been committed.
TransactionResultThis class represents the results of a transaction that was processed.
UnmanagedGeoTiffRasterSourceThis class allows you to view TIFF image types.
UnmanagedProj4ProjectionThis projection class uses the Proj4 engine to project data from one Srid to another.
UnsafeHelperThis static class is a wrapper contains unsafe native methods
UpdatingStatusCloudFileFeatureSourceEventArgs
ValidFeatureFilterCondition
ValueItemThis class represents a single value to match and styles to draw.
ValueStyleThis class allows you to match a value with data in the feature to determine how to draw that feature.
WarningsUpdatedNoaaWeatherWarningsFeatureSourceEventArgs
WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs
WarningsUpdatingNoaaWeatherWarningsFeatureSourceEventArgs
WarningsUpdatingNoaaWeatherWarningsMonitorEventArgs
WellPointStyle
WfsFeatureLayerThis class represents the wfs(web feature service) FeauteLayer.
WfsFeatureSourceThis class represents the wfs(web feature service) FeauteSource.
WkbFileFeatureLayer
WkbFileFeatureSource
WmsRasterLayerRepresents an object that encapsulates a Web Map Service (WMS) layer.
WmsRasterSourceRepresents an object that encapsulates a Web Map Service (WMS) source.
WmtsLayer
WmtsTileMatrix
WorldFileThis class represents the values of a world file.
WorldLabelingCandidateThis class represents a candidate with world center point information for labeling.
WorldMapKitAreaStyles
WorldMapKitLayerThis class is use for world map kit, and you also can get map from ThinkGeo world map kit server.
WorldMapKitLineStyles
WorldMapKitPointStyles
WorldMapKitTextStyles
XYCogoCall
XmlGeoSerializationFormatterThis class formats a GeoObjectModel into XML.
ZoomLevelThis class defines how InternalFeatures will be drawn based on their scale.
ZoomLevelSetThis class represents a collection of ZoomLevels.

Structures

D G L R S T V

Name Summary
DegreesMinutesSecondsThis structure represents a degrees, minutes and seconds value.
DrawingRectangleFThis structure represents the drawing of a rectangle in screen coordinates.
GeoColorThis structure represents a color for drawing on a GeoCanvas.
LegendDrawingParameters
LinkColumnValue
RowColumnRangeThis 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.
ScreenPointFThis structure represents a single point in screen coordinates.
ShapeValidationResultThis structure represents the result of the validation method performed on a shape.
TileMatrixCellThis structure represents the TileMatrixCell which will be used in the TileMatrix system.
VertexThis structure represents the point at which the sides of an angle intersect.

Enums

A B C D E F G I J K L M O P Q R S T U W

Name Summary
AdornmentLocation
AngleUnit
ApplyUntilZoomLevelThis enumeration is used on a ZoomLevel to allow its styles to be applied to other zoom levels.
AreaUnitUnits describing various ways you can measure areas.
BingMapsMapType
BingMapsPictureFormat
BreakValueInclusionIn a class break style, this enumeration determines whether the break includes or excludes the value entered in the break.
BufferCapTypeThis class represents various ways a buffer operation can cap the objects buffered.
BuildIndexModeThis enumeration represents whether an index should be rebuilt or not.
BuildRecordIdModeThis enumeration represents whether a record ID should be rebuilt or not.
CadStylingType
CloudFileShapeType
CogoCurveDirection
CogoCurveDirectionType
CogoCurveParameterType
CogoDirectionType
ColorWheelDirection
DataGridResizeMode
DatabaseConnectionMode
DbfColumnTypeThis enumeration represents the column type in the DBF.
DbfReadWriteModeDbf read write mode
DegreesMinutesSecondsFormatType
DelimitedColumnHeaderType
DelimitedSpatialColumnsType
DistanceCalculationMode
DistanceUnitUnits describing various ways you can measure lengths.
DrawingExceptionModeThis enum is used to describe some choice when exception hanppens during drawing Layers or Overlays.
DrawingFontStylesThis enumeration specifies the type of font style for drawing text.
DrawingGraphicsUnitThis enumeration represents the graphics unit.
DrawingLevelThis enumeration represents the drawing level used in the GeoCanvas.
DrawingLineCapThis enumeration represents the available cap styles with which a GeoPen object can end a line.
DrawingLineJoinThis enumeration specifies how to join consecutive line or curve segments.
DrawingPenAlignmentSpecifies the alignment of a GeoPen object in relation to the theoretical, zero-width line.
DrawingQualityThis enumeration specifies the drawing quality of the GeoCanvas.
ExecutingSqlStatementTypeThis enumeration represents the type of ExcutingSqlStatement.
FeatureValidationType
GeoDashCapThis enumeration represents the type of graphic shape to use on both ends of each dash in a dashed line.
GeoHatchStyleThis enumeration defines the various kinds of hatch patterns that can be used to fill areas using the GeoHatchBrush.
GeoLinearGradientDirectionSpecifies the direction of a linear gradient.
GeoObjectModelerDefaultValueModeIndicates how the default value of a member will be dealt with by the modeler.
GeoObjectModelerMemberTypesIndicate the kind of member that will be modeled by the modeler.
GeoTiffLibraryTypeThis is an enumation that indicates which way is used to read the image source.
GeoWrapModeThis enumeration determines how a texture is filled in with a GeoTextureBrush when the area to be filled is larger than the texture.
GeographyUnitUnits describing the way geographies are stored in a data source.
GeohashAjacentDirection
GeometryValidationMode
GoogleMapsMapTypeThis enumeration specifies the map types available from Google Maps.
GoogleMapsPictureFormatThis enumeration specifies the picture formats when getting images back to client from Google Maps.
GoogleMapsTileMode
IsoLineType
JeffersonianSplitMode
KmlFileReadWriteMode
KmlFileType
KmlStylingType
LabelDuplicateRuleThis enumeration defines the different labeling duplicate rules.
LabelLeaderLinesRule
LabelOverlappingRuleThis enumeration defines the rules for overlapping.
LayerAnchorLocation
LegendContentResizeMode
LegendImageJustificationMode
LineDashStyleThis enumeration specifies the style of dashed lines drawn with a GeoPen object.
MapPrinterDrawingMode
MapPrinterPreviewDrawingModeThis enumeration specifies the map printer layer preview draw mode.
MapResizeModeThe enumeration represents which mode will use for map resize.
MaskType
MatrixReferenceCornerThis enum specifies the Reference corner when caculating the Matrix from Matrix boundingBox.
OpenStreetMapLayerPictureFormat
OverwriteModeThis enumeration represents whether a file should be overwrite or not if the file exists.
PanDirectionThis enumeration defines panning directions.
PenBrushDrawingOrderThis enumeration determines whether the brush or the pen draws first.
PointPlacementThis enumeration determines the label placement when labeling point features.
PointSymbolTypeThis enumeration defines the different types of PointSymbols that can be drawn.
PointTypeThis enumeration defines how a PointSymbol will be drawn.
PolygonLabelingLocationModeLabeling Location Mode for polygon
PrinterDragMode
PrinterOrientation
PrinterPageSize
PrinterResizeMode
PrinterWrapMode
PrintingUnit
Proj4MemoryModeThe enumeration indicates which way are specified to read the projection information.
QueryTypeThis enumeration specifies the ways you can execute a spatial query against a FeatureSource.
RandomColorTypeDefines values represent which kind of color will use for randomly.
RegexMatchingThis enumeration defines the matching criteria for regular expression matching.
RequestDrawingBufferTimeType
RestrictionModeThis enumeration specifies the restriction mode.
RestrictionStyleThis enumeration specifies the type of restriction zone display style.
ReturningColumnsTypeThis enumeration provides some options when querying a feature.
RingOrder
RtreeSpatialIndexDataFormat
RtreeSpatialIndexPageSize
RtreeSpatialIndexReadWriteMode
ScaleLineUnitSystemUnit Mode
ScreenUnit
SelectabilityMode
ShapeFileReadWriteModeThis enumeration represent read only or read-write nature of a Shape File.
ShapeFileSortingMode
ShapeFileTypeThis enumeration represents the types stored in the Shape File.
ShapeValidationModeThis enumeration describes the type of validation test to run on shapes.
SimpleFilterConditionType
SimplificationTypeSpecifies which algorthm will be use to simplify.
SpatialDataTypeThis property gets the spatial data type in the MsSql2008FeatureSource.
SplineTypeThis enumeration represents the spline type for labeling.
StartingPointAn enumeration describing the place to start on a line when doing certain operations.
TabFileReadWriteMode
TabStylingType
TextHorizontalAlignment
ThreadSafetyLevel
TileAccessModeThis enumeration represents how the tileCache should access the tiles.
TileImageFormatSpecifies the format of the map image.
TinyGeoFileType
TinyGeoPrecisionModeOne 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.
TransactionResultStatusThis enumeration represents the results from a FeatureSource transaction.
UnitSystemSystem of measurement.
WellKnownTypeThis describes a set of enumerations that list the valid types of geometries.
WfsNamespaceWfs Name space.
WkbByteOrderThis enumeration represents the byte order that well-known binary will be written in.
WkbFileReadWriteModeThis enumeration represent read only or read-write nature of a Wkb File.
WkbFileType
WmsAxisOrder
WmtsSeverEncodingTypeWMTS System.
WorldMapKitLayerType
WorldMapKitMapType
WorldMapKitProjectionThis enumeration represents which projection will use for world map kit.
WorldMapKitTileMode
WrappingMode

Interfaces

Name Summary
thinkgeo.mapsuite.core.1442302501.txt.gz · Last modified: 2015/09/15 07:35 by admin