User Tools

Site Tools


map_suite_services_edition_release_change_log_version_3.1.273

Map Suite Services Edition Release Change Log Version 3.1.273

Release date: 10/22/2009

Many new APIs have been added (and 12 removed) in this version, but there are no breaking changes. Please see the attached Word document for a complete enumeration of the changes.

Assembly Members Added Members Removed Breaking Changes Percent Churn
mapsuitecore(6917) 232 added 12 removed 0 breaking 3.4% churn

Changes in mapsuitecore from 3.1.182 (Version 2.0.50727.3082) to 3.1.273 (Version 2.0.50727.3082)

Removed

Added

public abstract class ThinkGeo.MapSuite.Core.AdornmentLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.BackgroundLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

ThinkGeo.MapSuite.Core BuildingIndexShapeFileFeatureSourceEventArgs ()

n/a

public class ThinkGeo.MapSuite.Core.BuildingIndexShapeFileFeatureSourceEventArgs

--> NONE <--

  • Constructor: public BuildingIndexShapeFileFeatureSourceEventArgs ()
  • Constructor: public BuildingIndexShapeFileFeatureSourceEventArgs (int recordCount, int currentRecordIndex, Feature currentFeature, DateTime startProcessTime, bool cancel)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public virtual string ToString ()
  • Property: bool Cancel { public get; public set; }
  • Property: Feature CurrentFeature { public get; }
  • Property: int CurrentRecordIndex { public get; }
  • Property: int RecordCount { public get; }
  • Property: DateTime StartProcessTime { public get; }

DrawingExceptionMode ()

n/a

public sealed enum ThinkGeo.MapSuite.Core.DrawingExceptionMode
                   &nbspDefault = 0,
                   &nbspThrowException = 1,
                   &nbspDrawException = 2,

--> NONE <--

--> NONE <--

public class ThinkGeo.MapSuite.Core.EcwRasterLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }
  • Property: Collection`1 KeyColors { public get; }

ExecutingSqlStatementType ()

public sealed enum ThinkGeo.MapSuite.Core.ExecutingSqlStatementType
                   &nbspUnknow = 0,
                   &nbspGetFeaturesByIds = 1,
                   &nbspCommitTransaction = 2,
                   &nbspGetFeaturesInsideBoundingBox = 2,
                   &nbspGetFeaturesOutsideBoundingBox = 3,
                   &nbspGetSpatialDataType = 4,
                   &nbspGetBoundingBox = 5,
                   &nbspGetAllFeatures = 6,
                   &nbspGetCount = 7,
                   &nbspGetColumns = 8,
                   &nbspBuildIndex = 9,
                   &nbspExecuteScalar = 10,
                   &nbspExecuteQuery = 11,
                   &nbspExecuteNonQuery = 12,
                   &nbspGetFirstGeometryType = 13,
                   &nbspMakeAllGeometriesValid = 14,
                   &nbspValidate = 15,

public sealed enum ThinkGeo.MapSuite.Core.ExecutingSqlStatementType
                   &nbspUnknow = 0,
                   &nbspGetFeaturesByIds = 1,
                   &nbspCommitTransaction = 2,
                   &nbspGetFeaturesInsideBoundingBox = 2,
                   &nbspGetFeaturesOutsideBoundingBox = 3,
                   &nbspGetSpatialDataType = 4,
                   &nbspGetBoundingBox = 5,
                   &nbspGetAllFeatures = 6,
                   &nbspGetCount = 7,
                   &nbspGetColumns = 8,
                   &nbspBuildIndex = 9,
                   &nbspExecuteScalar = 10,
                   &nbspExecuteQuery = 11,
                   &nbspExecuteNonQuery = 12,
                   &nbspGetFirstGeometryType = 13,
                   &nbspMakeAllGeometriesValid = 14,
                   &nbspValidate = 15,
                   &nbspCommitTransactionEx = 16,
                   &nbspGetFeaturesInsideBoundingBoxEx = 17,
                   &nbspUnknown = 18,

--> NONE <--

--> NONE <--

public abstract class ThinkGeo.MapSuite.Core.FeatureLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public abstract class ThinkGeo.MapSuite.Core.FeatureSource ()

  • Method: protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method: public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method: public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • [[Obsolete:|This API is obsolete and will be removed from next release, we recommend you use GetFeaturesByColumnValueCore(string columnName, string columnValue, IEnumerable returningColumnNames).]]Method: protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method: protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • Method: public WellKnownType GetFirstFeaturesWellKnownType ()
  • Method: protected virtual WellKnownType GetFirstFeaturesWellKnownTypeCore ()

public class ThinkGeo.MapSuite.Core.GdiPlusGeoCanvas ()

  • Property: GeoColor KeyColor { public get; public set; }
  • [[Obsolete:|This property is obsolete, please use property:KeyColors]]Property: GeoColor KeyColor { public get; public set; }
  • Property: Collection`1 KeyColors { public get; }

public class ThinkGeo.MapSuite.Core.GdiPlusRasterLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }
  • Property: Collection`1 KeyColors { public get; }

public abstract class ThinkGeo.MapSuite.Core.GeoCanvas ()

  • Property: GeoColor KeyColor { public get; public set; }
  • [[Obsolete:|This property is obsolete, please use property:KeyColors]]Property: GeoColor KeyColor { public get; public set; }
  • Property: Collection`1 KeyColors { public get; }

public class ThinkGeo.MapSuite.Core.GeoTiffRasterLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }
  • Property: Collection`1 KeyColors { public get; }

public class ThinkGeo.MapSuite.Core.GoogleMapsLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.GridFeatureLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.GridFeatureSource ()

  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • [[Obsolete:|This API is obsolete and will be removed from next release, we recommend you use GetFeaturesByColumnValueCore(string columnName, string columnValue, IEnumerable returningColumnNames).]]Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • Method (i)> public WellKnownType GetFirstFeaturesWellKnownType ()
  • Method (i)> protected virtual WellKnownType GetFirstFeaturesWellKnownTypeCore ()

public class ThinkGeo.MapSuite.Core.GroupLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.IconStyle ()

--> NONE <--

  • Property: DrawingLevel DrawingLevel { public get; public set; }

public class ThinkGeo.MapSuite.Core.IconValueStyle ()

--> NONE <--

  • Property: protected DrawingLevel DrawingLevel { }

public class ThinkGeo.MapSuite.Core.InMemoryFeatureLayer ()

--> NONE <--

  • Method: public void BuildIndex ()
  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.InMemoryFeatureSource ()

  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Property: GeoCollection`1 InternalFeatures { public get; }
  • Method: public void BuildIndex ()
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • [[Obsolete:|This API is obsolete and will be removed from next release, we recommend you use GetFeaturesByColumnValueCore(string columnName, string columnValue, IEnumerable returningColumnNames).]]Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • Method (i)> public WellKnownType GetFirstFeaturesWellKnownType ()
  • Method (i)> protected virtual WellKnownType GetFirstFeaturesWellKnownTypeCore ()
  • [[Obsolete:|You are bypassing the automatic spatial indexing if the modify, add or delete. You need to call BuildIndex method later.]]Property: GeoCollection`1 InternalFeatures { public get; }

public class ThinkGeo.MapSuite.Core.Jpeg2000RasterLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }
  • Property: Collection`1 KeyColors { public get; }

public abstract class ThinkGeo.MapSuite.Core.Layer ()

--> NONE <--

  • Method: protected void DrawException (GeoCanvas canvas, Exception e)
  • Method: protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.LogoAdornmentLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.MrSidRasterLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }
  • Property: Collection`1 KeyColors { public get; }

public class ThinkGeo.MapSuite.Core.MsSql2008FeatureLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.MsSql2008FeatureSource ()

  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • [[Obsolete:|This API is obsolete and will be removed from next release, we recommend you use GetFeaturesByColumnValueCore(string columnName, string columnValue, IEnumerable returningColumnNames).]]Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • Method (i)> public WellKnownType GetFirstFeaturesWellKnownType ()
  • Method (i)> protected virtual WellKnownType GetFirstFeaturesWellKnownTypeCore ()

public class ThinkGeo.MapSuite.Core.MultipleFeatureLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.MultipleFeatureSource ()

  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • [[Obsolete:|This API is obsolete and will be removed from next release, we recommend you use GetFeaturesByColumnValueCore(string columnName, string columnValue, IEnumerable returningColumnNames).]]Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • Method (i)> public WellKnownType GetFirstFeaturesWellKnownType ()
  • Method (i)> protected virtual WellKnownType GetFirstFeaturesWellKnownTypeCore ()

public class ThinkGeo.MapSuite.Core.MultipleShapeFileFeatureLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.MultipleShapeFileFeatureSource ()

  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • [[Obsolete:|This API is obsolete and will be removed from next release, we recommend you use GetFeaturesByColumnValueCore(string columnName, string columnValue, IEnumerable returningColumnNames).]]Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • Method (i)> public WellKnownType GetFirstFeaturesWellKnownType ()
  • Method (i)> protected virtual WellKnownType GetFirstFeaturesWellKnownTypeCore ()

public class ThinkGeo.MapSuite.Core.OracleFeatureLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.OracleFeatureSource ()

  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • [[Obsolete:|This API is obsolete and will be removed from next release, we recommend you use GetFeaturesByColumnValueCore(string columnName, string columnValue, IEnumerable returningColumnNames).]]Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • Method (i)> public WellKnownType GetFirstFeaturesWellKnownType ()
  • Method (i)> protected virtual WellKnownType GetFirstFeaturesWellKnownTypeCore ()

public abstract class ThinkGeo.MapSuite.Core.PositionStyle ()

--> NONE <--

  • Property: protected DrawingLevel DrawingLevel { }

public class ThinkGeo.MapSuite.Core.QueryTools ()

--> NONE <--

  • Method: public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue)
  • Method: public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method: public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)

public abstract class ThinkGeo.MapSuite.Core.RasterLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }
  • Property: Collection`1 KeyColors { public get; }

ThinkGeo.MapSuite.Core RequestedDataWfsFeatureSourceEventArgs ()

n/a

public class ThinkGeo.MapSuite.Core.RequestedDataWfsFeatureSourceEventArgs

--> NONE <--

  • Constructor: public RequestedDataWfsFeatureSourceEventArgs ()
  • Constructor: public RequestedDataWfsFeatureSourceEventArgs (string serviceUrl, string xmlResponse)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public virtual string ToString ()
  • Property: string ServiceUrl { public get; }
  • Property: string XmlResponse { public get; }

ThinkGeo.MapSuite.Core RequestingDataWfsFeatureSourceEventArgs ()

n/a

public class ThinkGeo.MapSuite.Core.RequestingDataWfsFeatureSourceEventArgs

--> NONE <--

  • Constructor: public RequestingDataWfsFeatureSourceEventArgs ()
  • Constructor: public RequestingDataWfsFeatureSourceEventArgs (string serviceUrl, bool overrideResponse, string xmlResponse)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public virtual string ToString ()
  • Property: bool OverrideResponse { public get; public set; }
  • Property: string ServiceUrl { public get; public set; }
  • Property: string XmlResponse { public get; public set; }

public class ThinkGeo.MapSuite.Core.RestrictionLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.ScaleBarAdornmentLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.ScaleLineAdornmentLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.ShapeFileFeatureSource ()

  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Event: public event EventHandler`1 BuildingIndex
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • [[Obsolete:|This API is obsolete and will be removed from next release, we recommend you use GetFeaturesByColumnValueCore(string columnName, string columnValue, IEnumerable returningColumnNames).]]Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • Method (i)> public WellKnownType GetFirstFeaturesWellKnownType ()
  • Method (i)> protected virtual WellKnownType GetFirstFeaturesWellKnownTypeCore ()
  • Method: protected static void OnBuildingIndex (BuildingIndexShapeFileFeatureSourceEventArgs e)

public class ThinkGeo.MapSuite.Core.TextStyle ()

--> NONE <--

  • Property: new DrawingLevel DrawingLevel { public get; public set; }

public class ThinkGeo.MapSuite.Core.WfsFeatureLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }

public class ThinkGeo.MapSuite.Core.WfsFeatureSource ()

  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Event: public event EventHandler`1 RequestedData
  • Event: public event EventHandler`1 RequestingData
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, ReturningColumnsType returningColumnType)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • [[Obsolete:|This API is obsolete and will be removed from next release, we recommend you use GetFeaturesByColumnValueCore(string columnName, string columnValue, IEnumerable returningColumnNames).]]Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue, IEnumerable`1 returningColumnNames)
  • Method (i)> public WellKnownType GetFirstFeaturesWellKnownType ()
  • Method: protected override WellKnownType GetFirstFeaturesWellKnownTypeCore ()
  • Method: protected virtual void OnRequestedData (RequestedDataWfsFeatureSourceEventArgs requestedDataWfsFeatureSourceEventArgs)
  • Method: protected virtual void OnRequestingData (RequestingDataWfsFeatureSourceEventArgs requestingDataWfsFeatureSourceEventArgs)

public class ThinkGeo.MapSuite.Core.WmsRasterLayer ()

--> NONE <--

  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }
  • Property: Collection`1 KeyColors { public get; }

ThinkGeo.MapSuite.Core WorldMapKitLayer ()

n/a

public class ThinkGeo.MapSuite.Core.WorldMapKitLayer

--> NONE <--

  • Constructor: public WorldMapKitLayer ()
  • Method: public void ClearCache ()
  • Method (i)> public Layer CloneDeep ()
  • Method (i)> protected virtual Layer CloneDeepCore ()
  • Method (i)> public void Close ()
  • Method: protected override void CloseCore ()
  • Method (i)> public void Draw (GeoCanvas canvas, Collection`1 labelsInAllLayers)
  • Method: protected override void DrawCore (GeoCanvas canvas, Collection`1 labelsInAllLayers)
  • Method (i)> protected void DrawException (GeoCanvas canvas, Exception e)
  • Method (i)> protected virtual void DrawExceptionCore (GeoCanvas canvas, Exception e)
  • Method: protected void DrawImage (GeoCanvas canvas, Collection`1 labelsInAllLayers)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public RectangleShape GetBoundingBox ()
  • Method (i)> protected virtual RectangleShape GetBoundingBoxCore ()
  • Method (i)> public virtual int GetHashCode ()
  • Method: public Collection`1 GetRequestUrl (RectangleShape worldExtent, int canvasWidth, int canvasHeight)
  • Method: public Collection`1 GetServerCrss ()
  • Method: public Collection`1 GetServerExceptionFormats ()
  • Method: public Collection`1 GetServerLayerNames ()
  • Method: public Collection`1 GetServerOutputFormats ()
  • Method: public Collection`1 GetServerStyleNames ()
  • Method: public string GetServiceVersion ()
  • Method (i)> public Type GetType ()
  • Method: protected static bool IsExtentWithinThreshold (RectangleShape currentExtent, double upperThreshold, double lowerThreshold, int canvasWidth, GeographyUnit mapUnit)
  • Method: protected static bool IsExtentWithinThreshold (RectangleShape currentExtent, double upperThreshold, double lowerThreshold, int canvasWidth, GeographyUnit mapUnit, float dpi)
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public void Open ()
  • Method: protected override void OpenCore ()
  • Method (i)> public virtual string ToString ()
  • Property: DrawingExceptionMode DrawingExceptionMode { public get; public set; }
  • Property: TimeSpan DrawingTime { public get; }
  • Property: override bool HasBoundingBox { public get; }
  • Property: bool IsOpen { public get; }
  • Property: protected override bool IsOpenCore { }
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: double LowerThreshold { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: WorldMapKitProjection Projection { public get; public set; }
  • Property: BitmapTileCache TileCache { public get; public set; }
  • Property: int TimeoutInSecond { public get; public set; }
  • Property: double UpperThreshold { public get; public set; }

WorldMapKitProjection ()

n/a

public sealed enum ThinkGeo.MapSuite.Core.WorldMapKitProjection
                   &nbspDefault = 0,
                   &nbspDecimalDegrees = 1,
                   &nbspSphericalMercator = 2,

--> NONE <--

--> NONE <--

map_suite_services_edition_release_change_log_version_3.1.273.txt · Last modified: 2015/09/10 01:53 by admin