User Tools

Site Tools


map_suite_services_edition_release_change_log_version_3.1.124

This is an old revision of the document!


Map Suite Services Edition Release Change Log Version 3.1.124

Release date: 5/26/2009

Many new APIs have been added (and some 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 (6306) 483 added 46 removed 0 breaking 7.7% churn

Changes in mapsuitecore from 3.1.16 (Version 2.0.50727.3053) to 3.1.124 (Version 2.0.50727.3053)

Removed

Added

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

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }

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

--> NONE <--

  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method: public static MultipolygonShape Simplify (AreaBaseShape targetShape, GeographyUnit targetShapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method: public static MultipolygonShape Simplify (AreaBaseShape targetShape, double tolerance, SimplificationType simplificationType)
  • Method: public MultipolygonShape Simplify (GeographyUnit shapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method: public MultipolygonShape Simplify (double tolerance, SimplificationType simplificationType)
  • Method: protected virtual MultipolygonShape SimplifyCore (double tolerance, SimplificationType simplificationType)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.BackgroundLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }

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

--> NONE <--

  • Method: public static BaseShape ScaleTo (BaseShape baseShape, double scale)
  • Method: public void ScaleTo (double scale)
  • Method: protected virtual void ScaleToCore (double scale)
  • Method: public void TranslateByDegree (double distance, double angleInDegrees)
  • Method: public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.DotDensityStyle ()

--> NONE <--

  • Property: Dictionary`2 CachedPoints { public get; }

DrawingLevel ()

public sealed enum ThinkGeo.MapSuite.Core.DrawingLevel
                   &nbspLevelOne = 0,
                   &nbspLevelTwo = 1,
                   &nbspLevelThree = 2,
                   &nbspLevelFour = 3,

public sealed enum ThinkGeo.MapSuite.Core.DrawingLevel
                   &nbspLevelOne = 0,
                   &nbspLevelTwo = 1,
                   &nbspLevelThree = 2,
                   &nbspLevelFour = 3,
                   &nbspLabelLevel = 4,

--> NONE <--

--> NONE <--

public class ThinkGeo.MapSuite.Core.EcwRasterLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: GeoColor KeyColor { public get; public set; }

public class ThinkGeo.MapSuite.Core.EcwRasterSource ()

--> NONE <--

  • Property: float BlueTranslation { public get; public set; }
  • Property: float GreenTranslation { public get; public set; }
  • Property: bool IsGrayscale { public get; public set; }
  • Property: bool IsNegative { public get; public set; }
  • Property: float RedTranslation { public get; public set; }
  • Property: float Transparency { public get; public set; }

public class ThinkGeo.MapSuite.Core.EllipseShape ()

--> NONE <--

  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public MultipolygonShape Simplify (GeographyUnit shapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method (i)> public MultipolygonShape Simplify (double tolerance, SimplificationType simplificationType)
  • Method (i)> protected virtual MultipolygonShape SimplifyCore (double tolerance, SimplificationType simplificationType)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public abstract sealed class ThinkGeo.MapSuite.Core.ExtentHelper ()

--> NONE <--

  • Method: public static double GetScale (RectangleShape worldExtent, float screenWidth, GeographyUnit worldExtentUnit, float dpi)
  • Method: public static RectangleShape ResizeExtent (RectangleShape sourceExtent, float sourceScreenWidth, float targetScreenWidth, float targetScreenHeight, GeographyUnit mapUnit, MapResizeMode resizeType)
  • Method: public static Rectangle ToScreenCoordinate (RectangleShape worldExtent, RectangleShape targetExtent, float currentExtentWidth, float currentExtentHeight)

public sealed struct ThinkGeo.MapSuite.Core.Feature ()

--> NONE <--

  • Property: object Tag { public get; public set; }

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

  • Property: bool IsVisible { public get; public set; }
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: virtual bool IsVisible { public get; public set; }

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

--> NONE <--

  • Method: public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method: public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Property: Collection`1 FeatureIdsToExclude { public get; }

public class ThinkGeo.MapSuite.Core.GdiPlusGeoCanvas ()

--> NONE <--

  • Property: virtual float Dpi { public get; }
  • Property: override bool HasKeyColor { public get; }
  • Property: GeoColor KeyColor { public get; public set; }

public class ThinkGeo.MapSuite.Core.GdiPlusRasterLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: GeoColor KeyColor { public get; public set; }

public class ThinkGeo.MapSuite.Core.GdiPlusRasterSource ()

  • Property: float AlphaComponent { public get; public set; }
  • Property: float BlueComponent { public get; public set; }
  • Property: float GreenComponent { public get; public set; }
  • Property: bool IsGrayscale { public get; public set; }
  • Property: bool IsNegative { public get; public set; }
  • Property: float RedComponent { public get; public set; }
  • [[Obsolete:|This property is obsolete, please use property:Transparency]]Property: float AlphaComponent { public get; public set; }
  • [[Obsolete:|This property is obsolete, please use property:BlueTranslation]]Property: float BlueComponent { public get; public set; }
  • Property: float BlueTranslation { public get; public set; }
  • [[Obsolete:|This property is obsolete, please use property:GreenComponent]]Property: float GreenComponent { public get; public set; }
  • Property: float GreenTranslation { public get; public set; }
  • Property: new bool IsGrayscale { public get; public set; }
  • Property: new bool IsNegative { public get; public set; }
  • [[Obsolete:|This property is obsolete, please use property:RedTranslation]]Property: float RedComponent { public get; public set; }
  • Property: float RedTranslation { public get; public set; }
  • Property: float Transparency { public get; public set; }

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

--> NONE <--

  • Property: virtual float Dpi { public get; }
  • Property: virtual bool HasKeyColor { public get; }
  • Property: GeoColor KeyColor { public get; public set; }

public sealed struct ThinkGeo.MapSuite.Core.GeoColor ()

--> NONE <--

  • Method: public static GeoColor GetRandomGeoColor (RandomColorType colorType)
  • Method: public static GeoColor GetRandomGeoColor (int alpha, RandomColorType colorType)

public class ThinkGeo.MapSuite.Core.GeoTiffRasterLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: GeoColor KeyColor { public get; public set; }

public class ThinkGeo.MapSuite.Core.GeoTiffRasterSource ()

--> NONE <--

  • Property: float BlueTranslation { public get; public set; }
  • Property: float GreenTranslation { public get; public set; }
  • Property: bool IsGrayscale { public get; public set; }
  • Property: bool IsNegative { public get; public set; }
  • Property: float RedTranslation { public get; public set; }
  • Property: float Transparency { public get; public set; }

public class ThinkGeo.MapSuite.Core.GoogleMapsLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Constructor: public GoogleMapsLayer ()
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.GoogleMapZoomLevelSet ()

--> NONE <--

  • Method (i)> public ZoomLevel GetZoomLevel (RectangleShape extent, double screenWidth, GeographyUnit mapUnit, float dpi)
  • Method (i)> public ZoomLevel GetZoomLevelForDrawing (RectangleShape extent, double screenWidth, GeographyUnit mapUnit, float dpi)

public class ThinkGeo.MapSuite.Core.GridFeatureLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.GridFeatureSource ()

--> NONE <--

  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Property: Collection`1 FeatureIdsToExclude { public get; }

public class ThinkGeo.MapSuite.Core.GroupLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.IconStyle ()

  • Property: bool AllowSpline { public get; public set; }
  • Property: string Format { public get; public set; }
  • [[Obsolete:|This property is obsolete, please use property:SplineType]]Property: bool AllowSpline { public get; public set; }
  • Property: string DateFormat { public get; public set; }
  • Property: bool FittingLineInScreen { public get; public set; }
  • [[Obsolete:|This method is obsolete, please use static method:TextFormat]]Property: string Format { public get; public set; }
  • Property: string NumericFormat { public get; public set; }
  • Property: SplineType SplineType { public get; public set; }
  • Property: string TextFormat { public get; public set; }

public class ThinkGeo.MapSuite.Core.IconValueStyle ()

  • Property: protected string Format { }
  • Property: protected string DateFormat { }
  • Property: protected bool FittingLineInScreen { }
  • [[Obsolete:|This property is obsolete, please use property:TextFormat]]Property: protected string Format { }
  • Property: protected string NumericFormat { }
  • Property: protected SplineType SplineType { }
  • Property: protected string TextFormat { }

public class ThinkGeo.MapSuite.Core.InMemoryFeatureLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Method: public Collection`1 GetColumns ()
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.InMemoryFeatureSource ()

--> NONE <--

  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Property: Collection`1 FeatureIdsToExclude { public get; }

public class ThinkGeo.MapSuite.Core.Jpeg2000RasterLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: GeoColor KeyColor { public get; public set; }

public class ThinkGeo.MapSuite.Core.Jpeg2000RasterSource ()

--> NONE <--

  • Property: float BlueTranslation { public get; public set; }
  • Property: float GreenTranslation { public get; public set; }
  • Property: bool IsGrayscale { public get; public set; }
  • Property: bool IsNegative { public get; public set; }
  • Property: float RedTranslation { public get; public set; }
  • Property: float Transparency { public get; public set; }

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

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }

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

--> NONE <--

  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method: public MultilineShape Simplify (GeographyUnit shapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method: public static MultilineShape Simplify (LineBaseShape targetShape, GeographyUnit targetShapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method: public static MultilineShape Simplify (LineBaseShape targetShape, double tolerance, SimplificationType simplificationType)
  • Method: public MultilineShape Simplify (double tolerance, SimplificationType simplificationType)
  • Method: protected virtual MultilineShape SimplifyCore (double tolerance, SimplificationType simplificationType)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.LineShape ()

--> NONE <--

  • Method: public bool RemoveVertex (Vertex selectedVertex)
  • Method: public static bool RemoveVertex (Vertex selectedVertex, LineShape lineShape)
  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public MultilineShape Simplify (GeographyUnit shapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method (i)> public MultilineShape Simplify (double tolerance, SimplificationType simplificationType)
  • Method (i)> protected virtual MultilineShape SimplifyCore (double tolerance, SimplificationType simplificationType)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

ThinkGeo.MapSuite.Core LogoAdornmentLayer ()

n/a

public class ThinkGeo.MapSuite.Core.LogoAdornmentLayer

--> NONE <--

  • Constructor: public LogoAdornmentLayer ()
  • Method (i)> public Layer CloneDeep ()
  • Method (i)> protected virtual Layer CloneDeepCore ()
  • Method (i)> public void Close ()
  • Method (i)> protected virtual void CloseCore ()
  • Method (i)> public void Draw (GeoCanvas canvas, Collection`1 labelsInAllLayers)
  • Method: protected override void DrawCore (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)> protected virtual ScreenPointF GetDrawingLocation (GeoCanvas canvas, float adornmentWidth, float adornmentHeight)
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public void Open ()
  • Method (i)> protected virtual void OpenCore ()
  • Method (i)> public virtual string ToString ()
  • Property: TimeSpan DrawingTime { public get; }
  • Property: virtual bool HasBoundingBox { public get; }
  • Property: bool IsOpen { public get; }
  • Property: protected virtual bool IsOpenCore { }
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: AdornmentLocation Location { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: float XOffsetInPixel { public get; public set; }
  • Property: float YOffsetInPixel { public get; public set; }

MapResizeMode ()

n/a

public sealed enum ThinkGeo.MapSuite.Core.MapResizeMode
                   &nbspPreserveScale = 0,
                   &nbspPreserveScaleAndCenter = 1,
                   &nbspPreserveExtent = 3,

--> NONE <--

--> NONE <--

public class ThinkGeo.MapSuite.Core.MrSidRasterLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Method: public void Dispose ()
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: GeoColor KeyColor { public get; public set; }
  • Property: bool SuppressClose { public get; public set; }

public class ThinkGeo.MapSuite.Core.MrSidRasterSource ()

--> NONE <--

  • Method: public void Dispose ()
  • Property: float BlueTranslation { public get; public set; }
  • Property: float GreenTranslation { public get; public set; }
  • Property: bool IsGrayscale { public get; public set; }
  • Property: bool IsNegative { public get; public set; }
  • Property: float RedTranslation { public get; public set; }
  • Property: bool SuppressClose { public get; public set; }
  • Property: float Transparency { public get; public set; }

public class ThinkGeo.MapSuite.Core.MsSql2008FeatureLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Method: public WellKnownType GetFirstGeometryType ()
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.MsSql2008FeatureSource ()

--> NONE <--

  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method: public WellKnownType GetFirstGeometryType ()
  • Property: Collection`1 FeatureIdsToExclude { public get; }

public class ThinkGeo.MapSuite.Core.MultilineShape ()

--> NONE <--

  • Method: public bool RemoveVertex (Vertex selectedVertex)
  • Method: public static bool RemoveVertex (Vertex selectedVertex, MultilineShape multilineShape)
  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public MultilineShape Simplify (GeographyUnit shapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method (i)> public MultilineShape Simplify (double tolerance, SimplificationType simplificationType)
  • Method (i)> protected virtual MultilineShape SimplifyCore (double tolerance, SimplificationType simplificationType)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.MultipleFeatureLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.MultipleFeatureSource ()

--> NONE <--

  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Property: Collection`1 FeatureIdsToExclude { public get; }

public class ThinkGeo.MapSuite.Core.MultipleShapeFileFeatureLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.MultipleShapeFileFeatureSource ()

--> NONE <--

  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Property: Collection`1 FeatureIdsToExclude { public get; }

public class ThinkGeo.MapSuite.Core.MultipointShape ()

--> NONE <--

  • Method: public bool RemoveVertex (Vertex selectedVertex)
  • Method: public static bool RemoveVertex (Vertex selectedVertex, MultipointShape multipointShape)
  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.MultipolygonShape ()

--> NONE <--

  • Method: public bool RemoveVertex (Vertex selectedVertex)
  • Method: public static bool RemoveVertex (Vertex selectedVertex, MultipolygonShape multipolygonShape)
  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public MultipolygonShape Simplify (GeographyUnit shapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method (i)> public MultipolygonShape Simplify (double tolerance, SimplificationType simplificationType)
  • Method (i)> protected virtual MultipolygonShape SimplifyCore (double tolerance, SimplificationType simplificationType)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.OracleFeatureLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Method: public WellKnownType GetFirstGeometryType ()
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.OracleFeatureSource ()

--> NONE <--

  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method: public WellKnownType GetFirstGeometryType ()
  • Property: Collection`1 FeatureIdsToExclude { public get; }

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

--> NONE <--

  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.PointShape ()

--> NONE <--

  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.PolygonShape ()

--> NONE <--

  • Method: public bool RemoveVertex (Vertex selectedVertex)
  • Method: public static bool RemoveVertex (Vertex selectedVertex, PolygonShape polygonShape)
  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public MultipolygonShape Simplify (GeographyUnit shapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method (i)> public MultipolygonShape Simplify (double tolerance, SimplificationType simplificationType)
  • Method (i)> protected virtual MultipolygonShape SimplifyCore (double tolerance, SimplificationType simplificationType)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

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

  • Property: protected string Format { }
  • Property: protected string DateFormat { }
  • Property: protected bool FittingLineInScreen { }
  • [[Obsolete:|This property is obsolete, please use property:TextFormat]]Property: protected string Format { }
  • Property: protected string NumericFormat { }
  • Property: protected SplineType SplineType { }
  • Property: protected string TextFormat { }

public class ThinkGeo.MapSuite.Core.Proj4Projection ()

  • Method: public string GetEpsgParameters (int srid)
  • Method: public string GetEsriExtraParameters (int srid)
  • Method: public string GetEsriParameters (int srid)
  • Method: public string GetGL27Parameters (string srid)
  • Method: public string GetGoogleMapParameters ()
  • Method: public string GetNad27Parameters (int srid)
  • Method: public string GetNad83Parameters (int srid)
  • Method: public string GetOtherExtraParameters (int srid)
  • Method: public string GetWorldParameters (string srid)
  • [[Obsolete:|This method is obsolete, please use static method:GetEpsgParametersString]]Method: public string GetEpsgParameters (int srid)
  • [[Obsolete:|This method is obsolete, please use static method:GetEsriExtraParametersString]]Method: public string GetEsriExtraParameters (int srid)
  • [[Obsolete:|This method is obsolete, please use static method:GetEsriParametersString]]Method: public string GetEsriParameters (int srid)
  • [[Obsolete:|This method is obsolete, please use static method:GetGL27ParametersString]]Method: public string GetGL27Parameters (string srid)
  • [[Obsolete:|This method is obsolete, please use static method:GetGoogleMapParametersString]]Method: public string GetGoogleMapParameters ()
  • [[Obsolete:|This method is obsolete, please use static method:GetNad27ParametersString]]Method: public string GetNad27Parameters (int srid)
  • [[Obsolete:|This method is obsolete, please use static method:GetNad83ParametersString]]Method: public string GetNad83Parameters (int srid)
  • [[Obsolete:|This method is obsolete, please use static method:GetOtherExtraParametersString]]Method: public string GetOtherExtraParameters (int srid)
  • [[Obsolete:|This method is obsolete, please use static method:GetWorldParametersString]]Method: public string GetWorldParameters (string srid)

RandomColorType ()

n/a

public sealed enum ThinkGeo.MapSuite.Core.RandomColorType
                   &nbspAll = 0,
                   &nbspPastel = 1,
                   &nbspBright = 2,

--> NONE <--

--> NONE <--

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

  • Property: bool IsVisible { public get; public set; }
  • Method: protected static bool IsExtentWithinThreshold (RectangleShape currentExtent, double upperThreshold, double lowerThreshold, int canvasWidth, GeographyUnit mapUnit, float dpi)
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: GeoColor KeyColor { public get; public set; }

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

--> NONE <--

  • Property: float BlueTranslation { public get; public set; }
  • Property: float GreenTranslation { public get; public set; }
  • Property: bool IsGrayscale { public get; public set; }
  • Property: bool IsNegative { public get; public set; }
  • Property: float RedTranslation { public get; public set; }
  • Property: float Transparency { public get; public set; }

public class ThinkGeo.MapSuite.Core.RectangleShape ()

  • Method (i)> public virtual string ToString ()
  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public MultipolygonShape Simplify (GeographyUnit shapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method (i)> public MultipolygonShape Simplify (double tolerance, SimplificationType simplificationType)
  • Method (i)> protected virtual MultipolygonShape SimplifyCore (double tolerance, SimplificationType simplificationType)
  • Method: public override string ToString ()
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.RestrictionLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.RingShape ()

--> NONE <--

  • Method: public bool RemoveVertex (Vertex selectedVertex)
  • Method: public static bool RemoveVertex (Vertex selectedVertex, RingShape ringShape)
  • Method (i)> public void ScaleTo (double scale)
  • Method (i)> protected virtual void ScaleToCore (double scale)
  • Method (i)> public MultipolygonShape Simplify (GeographyUnit shapeUnit, double tolerance, DistanceUnit toleranceUnit, SimplificationType simplificationType)
  • Method (i)> public MultipolygonShape Simplify (double tolerance, SimplificationType simplificationType)
  • Method (i)> protected virtual MultipolygonShape SimplifyCore (double tolerance, SimplificationType simplificationType)
  • Method (i)> public void TranslateByDegree (double distance, double angleInDegrees)
  • Method (i)> public void TranslateByOffset (double xOffsetDistance, double yOffsetDistance)
  • Property: object Tag { public get; public set; }

public class ThinkGeo.MapSuite.Core.ScaleBarAdornmentLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.ScaleLineAdornmentLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.ShapeFileFeatureLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Method: public static void BuildIndexFile (string shapePathFilename, string indexPathFilename, BuildIndexMode buildIndexMode)
  • Method: public static void Rebuild (string shapePathFilename)
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: virtual bool IsVisible { public get; public set; }

public class ThinkGeo.MapSuite.Core.ShapeFileFeatureSource ()

--> NONE <--

  • Method: public static void BuildIndexFile (string shapePathFilename, string indexPathFilename, BuildIndexMode buildIndexMode)
  • Method: public static void BuildIndexFile (string shapePathFilename, string indexPathFilename, Projection projection, BuildIndexMode buildIndexMode)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Property: Collection`1 FeatureIdsToExclude { public get; }

SimplificationType ()

n/a

public sealed enum ThinkGeo.MapSuite.Core.SimplificationType
                   &nbspTopologyPreserving = 0,
                   &nbspDouglasPeucker = 1,

--> NONE <--

--> NONE <--

SplineType ()

n/a

public sealed enum ThinkGeo.MapSuite.Core.SplineType
                   &nbspDefault = 0,
                   &nbspNone = 1,
                   &nbspStandardSplining = 2,

--> NONE <--

--> NONE <--

public class ThinkGeo.MapSuite.Core.TextStyle ()

  • Property: new bool AllowSpline { public get; public set; }
  • Property: new string Format { public get; public set; }
  • [[Obsolete:|This property is obsolete, please use property:SplineType]]Property: new bool AllowSpline { public get; public set; }
  • Property: new string DateFormat { public get; public set; }
  • Property: new bool FittingLineInScreen { public get; public set; }
  • [[Obsolete:|This method is obsolete, please use static method:TextFormat]]Property: new string Format { public get; public set; }
  • Property: new string NumericFormat { public get; public set; }
  • Property: new SplineType SplineType { public get; public set; }
  • Property: new string TextFormat { public get; public set; }

ThinkGeo.MapSuite.Core UnsafeHelper ()

n/a

public abstract sealed class ThinkGeo.MapSuite.Core.UnsafeHelper

--> NONE <--

  • Method: public static void CopyImage (Bitmap source, Bitmap target, Rectangle r)
  • Method: public static void CopyImage (Bitmap source, Graphics target, Rectangle sourceRectangle, Rectangle targetRectangle, CopyPixelOperation copyPixelOperation)
  • 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: public static bool IsKeyPressed (Keys keys)
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public virtual string ToString ()

public sealed struct ThinkGeo.MapSuite.Core.Vertex ()

--> NONE <--

  • Method: public static Vertex FindMiddleVertexBetweenTwoVertices (Vertex vertex1, Vertex vertex2)

public class ThinkGeo.MapSuite.Core.VirtualEarthZoomLevelSet ()

--> NONE <--

  • Method (i)> public ZoomLevel GetZoomLevel (RectangleShape extent, double screenWidth, GeographyUnit mapUnit, float dpi)
  • Method (i)> public ZoomLevel GetZoomLevelForDrawing (RectangleShape extent, double screenWidth, GeographyUnit mapUnit, float dpi)

ThinkGeo.MapSuite.Core WfsFeatureLayer ()

n/a

public class ThinkGeo.MapSuite.Core.WfsFeatureLayer

--> NONE <--

  • Constructor: public WfsFeatureLayer ()
  • Constructor: public WfsFeatureLayer (string serviceLocationUrl, string typeName)
  • Event: public event EventHandler`1 DrawingFeatures
  • Method (i)> public Layer CloneDeep ()
  • Method (i)> protected virtual Layer CloneDeepCore ()
  • Method (i)> public void Close ()
  • Method (i)> protected virtual void CloseCore ()
  • Method (i)> public void Draw (GeoCanvas canvas, Collection`1 labelsInAllLayers)
  • Method (i)> protected virtual void DrawCore (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 (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> protected virtual void OnDrawingFeatures (DrawingFeaturesEventArgs e)
  • Method (i)> public void Open ()
  • Method (i)> protected virtual void OpenCore ()
  • Method (i)> protected void SetupTools ()
  • Method (i)> protected virtual void SetupToolsCore ()
  • Method (i)> public virtual string ToString ()
  • Property: double DrawingMarginPercentage { public get; public set; }
  • Property: DrawingQuality DrawingQuality { public get; public set; }
  • Property: TimeSpan DrawingTime { public get; }
  • Property: EditTools EditTools { public get; }
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: FeatureSource FeatureSource { public get; }
  • Property: override bool HasBoundingBox { public get; }
  • Property: bool IsOpen { public get; }
  • Property: protected virtual bool IsOpenCore { }
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: string Name { public get; public set; }
  • Property: QueryTools QueryTools { public get; }
  • Property: string ServiceLocationUrl { public get; public set; }
  • Property: string TypeName { public get; public set; }
  • Property: ZoomLevelSet ZoomLevelSet { public get; public set; }

ThinkGeo.MapSuite.Core WfsFeatureSource ()

n/a

public class ThinkGeo.MapSuite.Core.WfsFeatureSource

--> NONE <--

  • Constructor: public WfsFeatureSource ()
  • Constructor: public WfsFeatureSource (string serviceLocationUrl, string typeName)
  • Event: public event EventHandler`1 ClosedFeatureSource
  • Event: public event EventHandler`1 ClosingFeatureSource
  • Event: public event EventHandler`1 CommittedTransaction
  • Event: public event EventHandler`1 CommittingTransaction
  • Event: public event EventHandler`1 CustomColumnFetch
  • Event: public event EventHandler`1 OpenedFeatureSource
  • Event: public event EventHandler`1 OpeningFeatureSource
  • Method (i)> public string AddFeature (BaseShape shape)
  • Method (i)> public string AddFeature (BaseShape shape, IDictionary`2 columnValues)
  • Method (i)> public string AddFeature (Feature feature)
  • Method (i)> public void BeginTransaction ()
  • Method (i)> public FeatureSource CloneDeep ()
  • Method (i)> protected virtual FeatureSource CloneDeepCore ()
  • Method (i)> public void Close ()
  • Method: protected override void CloseCore ()
  • Method (i)> public TransactionResult CommitTransaction ()
  • Method (i)> protected virtual TransactionResult CommitTransactionCore (TransactionBuffer transactions)
  • Method (i)> protected Feature ConvertToExternalProjection (Feature feature)
  • Method (i)> protected RectangleShape ConvertToExternalProjection (RectangleShape rectangle)
  • Method (i)> protected Collection`1 ConvertToExternalProjection (IEnumerable`1 features)
  • Method (i)> protected Collection`1 ConvertToExternalProjection (IEnumerable`1 rectangles)
  • Method (i)> protected BaseShape ConvertToInternalProjection (BaseShape baseShape)
  • Method (i)> protected Feature ConvertToInternalProjection (Feature feature)
  • Method (i)> protected RectangleShape ConvertToInternalProjection (RectangleShape rectangle)
  • Method (i)> protected Collection`1 ConvertToInternalProjection (IEnumerable`1 features)
  • Method (i)> protected Collection`1 ConvertToInternalProjection (IEnumerable`1 rectangles)
  • Method (i)> public void DeleteFeature (string id)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> public int ExecuteNonQuery (string sqlStatement)
  • Method (i)> protected virtual int ExecuteNonQueryCore (string sqlStatement)
  • Method (i)> public DataTable ExecuteQuery (string sqlStatement)
  • Method (i)> protected virtual DataTable ExecuteQueryCore (string sqlStatement)
  • Method (i)> public object ExecuteScalar (string sqlStatement)
  • Method (i)> protected virtual object ExecuteScalarCore (string sqlStatement)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public Collection`1 GetAllFeatures (ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 GetAllFeatures (IEnumerable`1 returningColumnNames)
  • Method: protected override Collection`1 GetAllFeaturesCore (IEnumerable`1 returningColumnNames)
  • Method (i)> public RectangleShape GetBoundingBox ()
  • Method (i)> public RectangleShape GetBoundingBoxById (string id)
  • Method (i)> public RectangleShape GetBoundingBoxByIds (IEnumerable`1 ids)
  • Method: protected override RectangleShape GetBoundingBoxCore ()
  • Method (i)> public Collection`1 GetBoundingBoxesByIds (IEnumerable`1 ids)
  • Method (i)> protected Collection`1 GetColumnNamesInsideFeatureSource (IEnumerable`1 returningColumnNames)
  • Method (i)> protected Collection`1 GetColumnNamesOutsideFeatureSource (IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetColumns ()
  • Method: protected override Collection`1 GetColumnsCore ()
  • Method (i)> public int GetCount ()
  • Method (i)> protected virtual int GetCountCore ()
  • Method (i)> public Feature GetFeatureById (string id, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Feature GetFeatureById (string id, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetFeaturesByColumnValue (string columnName, string columnValue)
  • Method (i)> protected virtual Collection`1 GetFeaturesByColumnValueCore (string columnName, string columnValue)
  • Method (i)> public Collection`1 GetFeaturesByIds (IEnumerable`1 ids, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 GetFeaturesByIds (IEnumerable`1 ids, IEnumerable`1 returningColumnNames)
  • Method: protected override Collection`1 GetFeaturesByIdsCore (IEnumerable`1 ids, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetFeaturesForDrawing (RectangleShape boundingBox, double screenWidth, double screenHeight, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 GetFeaturesForDrawing (RectangleShape boundingBox, double screenWidth, double screenHeight, IEnumerable`1 returningColumnNames)
  • Method (i)> protected virtual Collection`1 GetFeaturesForDrawingCore (RectangleShape boundingBox, double screenWidth, double screenHeight, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetFeaturesInsideBoundingBox (RectangleShape boundingBox, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 GetFeaturesInsideBoundingBox (RectangleShape boundingBox, IEnumerable`1 returningColumnNames)
  • Method: protected override Collection`1 GetFeaturesInsideBoundingBoxCore (RectangleShape boundingBox, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfFeatureSource, int numberOfItemsToFind, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfFeatureSource, int numberOfItemsToFind, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetFeaturesNearestTo (Feature targetFeature, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames, double distanceLimits, DistanceUnit unitOfDistance)
  • Method (i)> protected virtual Collection`1 GetFeaturesNearestToCore (BaseShape targetShape, GeographyUnit unitOfData, int numberOfItemsToFind, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetFeaturesOutsideBoundingBox (RectangleShape boundingBox, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 GetFeaturesOutsideBoundingBox (RectangleShape boundingBox, IEnumerable`1 returningColumnNames)
  • Method (i)> protected virtual Collection`1 GetFeaturesOutsideBoundingBoxCore (RectangleShape boundingBox, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetFeaturesWithinDistanceOf (BaseShape targetShape, GeographyUnit unitOfData, DistanceUnit distanceUnit, double distance, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 GetFeaturesWithinDistanceOf (BaseShape targetShape, GeographyUnit unitOfData, DistanceUnit distanceUnit, double distance, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 GetFeaturesWithinDistanceOf (Feature targetFeature, GeographyUnit unitOfData, DistanceUnit distanceUnit, double distance, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 GetFeaturesWithinDistanceOf (Feature targetFeature, GeographyUnit unitOfData, DistanceUnit distanceUnit, double distance, IEnumerable`1 returningColumnNames)
  • Method (i)> protected virtual Collection`1 GetFeaturesWithinDistanceOfCore (BaseShape targetShape, GeographyUnit unitOfData, DistanceUnit distanceUnit, double distance, IEnumerable`1 returningColumnNames)
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> protected Collection`1 GetReturningColumnNames (ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> protected virtual void OnClosedFeatureSource (ClosedFeatureSourceEventArgs e)
  • Method (i)> protected virtual void OnClosingFeatureSource (ClosingFeatureSourceEventArgs e)
  • Method (i)> protected virtual void OnCommittedTransaction (CommittedTransactionEventArgs e)
  • Method (i)> protected virtual void OnCommittingTransaction (CommittingTransactionEventArgs e)
  • Method (i)> protected virtual void OnCustomColumnFetch (CustomColumnFetchEventArgs e)
  • Method (i)> protected virtual void OnOpenedFeatureSource (OpenedFeatureSourceEventArgs e)
  • Method (i)> protected virtual void OnOpeningFeatureSource (OpeningFeatureSourceEventArgs e)
  • Method (i)> public void Open ()
  • Method: protected override void OpenCore ()
  • Method (i)> public void RefreshColumns ()
  • Method (i)> public void RollbackTransaction ()
  • Method (i)> public Collection`1 SpatialQuery (BaseShape targetShape, QueryType queryType, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 SpatialQuery (BaseShape targetShape, QueryType queryType, IEnumerable`1 returningColumnNames)
  • Method (i)> public Collection`1 SpatialQuery (Feature feature, QueryType queryType, ReturningColumnsType returningColumnNamesType)
  • Method (i)> public Collection`1 SpatialQuery (Feature feature, QueryType queryType, IEnumerable`1 returningColumnNames)
  • Method (i)> protected virtual Collection`1 SpatialQueryCore (BaseShape targetShape, QueryType queryType, IEnumerable`1 returningColumnNames)
  • Method (i)> public virtual string ToString ()
  • Method (i)> public void UpdateFeature (BaseShape shape)
  • Method (i)> public void UpdateFeature (BaseShape shape, IDictionary`2 columnValues)
  • Method (i)> public void UpdateFeature (Feature feature)
  • Property: bool CanExecuteSqlQuery { public get; }
  • Property: protected virtual bool CanExecuteSqlQueryCore { }
  • Property: Collection`1 FeatureIdsToExclude { public get; }
  • Property: protected Collection`1 FeatureSourceColumns { }
  • Property: FeatureCache GeoCache { public get; public set; }
  • Property: virtual bool IsEditable { public get; }
  • Property: bool IsInTransaction { public get; }
  • Property: bool IsOpen { public get; }
  • Property: protected virtual bool IsOpenCore { }
  • Property: bool IsTransactionLive { public get; public set; }
  • Property: Projection Projection { public get; public set; }
  • Property: string ServiceLocationUrl { public get; public set; }
  • Property: TransactionBuffer TransactionBuffer { public get; public set; }
  • Property: string TypeName { public get; public set; }

public class ThinkGeo.MapSuite.Core.WmsRasterLayer ()

  • Property: bool IsVisible { public get; public set; }
  • Property: virtual bool IsVisible { public get; public set; }
  • Property: GeoColor KeyColor { public get; public set; }

public class ThinkGeo.MapSuite.Core.WmsRasterSource ()

  • Method: protected override void CloseCore ()
  • Method (i)> protected virtual void CloseCore ()
  • Property: float BlueTranslation { public get; public set; }
  • Property: float GreenTranslation { public get; public set; }
  • Property: bool IsGrayscale { public get; public set; }
  • Property: bool IsNegative { public get; public set; }
  • Property: float RedTranslation { public get; public set; }
  • Property: float Transparency { public get; public set; }

public class ThinkGeo.MapSuite.Core.YahooMapZoomLevelSet ()

--> NONE <--

  • Method (i)> public ZoomLevel GetZoomLevel (RectangleShape extent, double screenWidth, GeographyUnit mapUnit, float dpi)
  • Method (i)> public ZoomLevel GetZoomLevelForDrawing (RectangleShape extent, double screenWidth, GeographyUnit mapUnit, float dpi)

public class ThinkGeo.MapSuite.Core.ZoomLevelSet ()

--> NONE <--

  • Method: public static double GetHigherZoomLevelScale (double currentScale, ZoomLevelSet zoomLevelSet)
  • Method: public static double GetLowerZoomLevelScale (double currentScale, ZoomLevelSet zoomLevelSet)
  • Method: public ZoomLevel GetZoomLevel (RectangleShape extent, double screenWidth, GeographyUnit mapUnit, float dpi)
  • Method: public ZoomLevel GetZoomLevelForDrawing (RectangleShape extent, double screenWidth, GeographyUnit mapUnit, float dpi)

map_suite_services_edition_release_change_log_version_3.1.124.1441850136.txt.gz ยท Last modified: 2015/09/10 01:55 (external edit)