User Tools

Site Tools


map_suite_services_edition_release_change_log_version_3.1.182

Map Suite Services Edition Release Change Log Version 3.1.182

Release date: 7/23/2009

Many new APIs have been added (and 3 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 (6695) 389 added 3 removed 0 breaking 5.8% churn

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

Removed

Added

ThinkGeo.MapSuite.Core BitmapTile ()

n/a

public class ThinkGeo.MapSuite.Core.BitmapTile

--> NONE <--

  • Constructor: public BitmapTile ()
  • Constructor: public BitmapTile (RectangleShape boundingBox, double scale)
  • Constructor: public BitmapTile (Bitmap bitmap, RectangleShape boundingBox, double scale)
  • Method (i)> public Tile CloneDeep ()
  • Method (i)> protected virtual Tile CloneDeepCore ()
  • Method: public virtual void Dispose ()
  • Method (i)> public virtual bool Equals (object obj)
  • Method: protected override 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: Bitmap Bitmap { public get; public set; }
  • Property: RectangleShape BoundingBox { public get; public set; }
  • Property: double Scale { public get; public set; }

ThinkGeo.MapSuite.Core BitmapTileCache ()

n/a

public abstract class ThinkGeo.MapSuite.Core.BitmapTileCache

--> NONE <--

  • Constructor: protected BitmapTileCache (string cacheId, TileImageFormat imageFormat, TileMatrix tileMatrix)
  • Method (i)> public void ClearCache ()
  • Method (i)> protected abstract void ClearCacheCore ()
  • Method (i)> public void DeleteTile (Tile tile)
  • Method (i)> protected abstract void DeleteTileCore (Tile tile)
  • Method (i)> public void DeleteTiles (RectangleShape worldExtent)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method: public BitmapTile GetHigherScaleTile (RectangleShape tileBoundingBox, double tileScale)
  • Method: protected virtual BitmapTile GetHigherScaleTileCore (RectangleShape tileBoundingBox, double tileScale)
  • Method: public BitmapTile GetTile (RectangleShape tileBoundingBox)
  • Method: public BitmapTile GetTile (long row, long column)
  • Method: protected abstract BitmapTile GetTileCore (long row, long column)
  • Method: public Collection`1 GetTiles (RectangleShape worldExtent)
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method: protected BitmapTile MergeBitmaps (IEnumerable`1 tilesToMerge, double scale)
  • Method (i)> public void SaveTile (Tile tile)
  • Method (i)> protected abstract void SaveTileCore (Tile tile)
  • Method (i)> public void SaveTiles (Bitmap bitmap, RectangleShape bitmapExtent)
  • Method (i)> public virtual string ToString ()
  • Property: string CacheId { public get; public set; }
  • Property: TileImageFormat ImageFormat { public get; public set; }
  • Property: short JpegQuality { public get; public set; }
  • Property: Bitmap LoadingTileImage { public get; }
  • Property: Bitmap NoDataTileImage { public get; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: TileMatrix TileMatrix { public get; public set; }

ThinkGeo.MapSuite.Core ExecutingSqlStatementMsSql2008FeatureSourceEventArgs ()

n/a

public class ThinkGeo.MapSuite.Core.ExecutingSqlStatementMsSql2008FeatureSourceEventArgs

--> NONE <--

  • Constructor: public ExecutingSqlStatementMsSql2008FeatureSourceEventArgs (string sqlStatement)
  • Constructor: public ExecutingSqlStatementMsSql2008FeatureSourceEventArgs (string sqlStatement, ExecutingSqlStatementType sqlStatementType)
  • 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: ExecutingSqlStatementType ExecutingSqlStatementType { public get; public set; }
  • Property: string SqlStatement { public get; public set; }

ThinkGeo.MapSuite.Core ExecutingSqlStatementOracleFeatureSourceEventArgs ()

n/a

public class ThinkGeo.MapSuite.Core.ExecutingSqlStatementOracleFeatureSourceEventArgs

--> NONE <--

  • Constructor: public ExecutingSqlStatementOracleFeatureSourceEventArgs (string sqlStatement)
  • Constructor: public ExecutingSqlStatementOracleFeatureSourceEventArgs (string sqlStatement, ExecutingSqlStatementType sqlStatementType)
  • 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: ExecutingSqlStatementType ExecutingSqlStatementType { public get; public set; }
  • Property: string SqlStatement { public get; public set; }

ExecutingSqlStatementType ()

n/a

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,

--> NONE <--

--> NONE <--

public class ThinkGeo.MapSuite.Core.FeatureSourceColumn ()

  • Method (i)> public virtual string ToString ()
  • Method: public override string ToString ()

ThinkGeo.MapSuite.Core FileBitmapTileCache ()

n/a

public class ThinkGeo.MapSuite.Core.FileBitmapTileCache

--> NONE <--

  • Constructor: public FileBitmapTileCache ()
  • Constructor: public FileBitmapTileCache (string cacheDirectory)
  • Constructor: public FileBitmapTileCache (string cacheDirectory, string cacheId)
  • Constructor: public FileBitmapTileCache (string cacheDirectory, string cacheId, TileImageFormat imageFormat, TileMatrix tileMatrix)
  • Method (i)> public void ClearCache ()
  • Method: protected override void ClearCacheCore ()
  • Method (i)> public void DeleteTile (Tile tile)
  • Method: protected override void DeleteTileCore (Tile tile)
  • Method (i)> public void DeleteTiles (RectangleShape worldExtent)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public BitmapTile GetHigherScaleTile (RectangleShape tileBoundingBox, double tileScale)
  • Method: protected override BitmapTile GetHigherScaleTileCore (RectangleShape tileBoundingBox, double tileScale)
  • Method (i)> public BitmapTile GetTile (RectangleShape tileBoundingBox)
  • Method (i)> public BitmapTile GetTile (long row, long column)
  • Method: protected override BitmapTile GetTileCore (long row, long column)
  • Method (i)> public Collection`1 GetTiles (RectangleShape worldExtent)
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> protected BitmapTile MergeBitmaps (IEnumerable`1 tilesToMerge, double scale)
  • Method (i)> public void SaveTile (Tile tile)
  • Method: protected override void SaveTileCore (Tile tile)
  • Method (i)> public void SaveTiles (Bitmap bitmap, RectangleShape bitmapExtent)
  • Method (i)> public virtual string ToString ()
  • Property: string CacheDirectory { public get; public set; }
  • Property: string CacheId { public get; public set; }
  • Property: TileImageFormat ImageFormat { public get; public set; }
  • Property: short JpegQuality { public get; public set; }
  • Property: Bitmap LoadingTileImage { public get; }
  • Property: Bitmap NoDataTileImage { public get; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: TileMatrix TileMatrix { public get; public set; }

ThinkGeo.MapSuite.Core FileNativeImageTileCache ()

n/a

public class ThinkGeo.MapSuite.Core.FileNativeImageTileCache

--> NONE <--

  • Constructor: public FileNativeImageTileCache ()
  • Constructor: public FileNativeImageTileCache (string cacheDirectory, string cacheId, TileImageFormat imageFormat, TileMatrix tileMatrix)
  • Method (i)> public void ClearCache ()
  • Method: protected override void ClearCacheCore ()
  • Method (i)> public void DeleteTile (Tile tile)
  • Method: protected override void DeleteTileCore (Tile tile)
  • Method (i)> public void DeleteTiles (RectangleShape worldExtent)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public NativeImageTile GetTile (RectangleShape tileBoundingBox)
  • Method (i)> public NativeImageTile GetTile (long row, long column)
  • Method: protected override NativeImageTile GetTileCore (long row, long column)
  • Method (i)> public Collection`1 GetTiles (RectangleShape extent)
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public void SaveTile (Tile tile)
  • Method: protected override void SaveTileCore (Tile tile)
  • Method (i)> public void SaveTiles (Bitmap bitmap, RectangleShape bitmapExtent)
  • Method (i)> public virtual string ToString ()
  • Property: string CacheDirectory { public get; public set; }
  • Property: string CacheId { public get; public set; }
  • Property: TileImageFormat ImageFormat { public get; public set; }
  • Property: short JpegQuality { public get; public set; }
  • Property: Bitmap LoadingTileImage { public get; }
  • Property: Bitmap NoDataTileImage { public get; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: TileMatrix TileMatrix { public get; public set; }

public class ThinkGeo.MapSuite.Core.GeoCollection`1 ()

  • Method (i)> public virtual void Insert (int index, T item)
  • Method: public new void Insert (int index, T item)

public class ThinkGeo.MapSuite.Core.GoogleMapsLayer ()

--> NONE <--

  • Method: public void FetchImageInThread (object obj)
  • Property: Bitmap NoDataTileImage { public get; public set; }

public class ThinkGeo.MapSuite.Core.IconStyle ()

--> NONE <--

  • Property: double IconImageScale { public get; public set; }
  • Property: Dictionary`2 LabelPositions { public get; }

public class ThinkGeo.MapSuite.Core.IconValueStyle ()

--> NONE <--

  • Property: protected Dictionary`2 LabelPositions { }

ThinkGeo.MapSuite.Core InMemoryBitmapTileCache ()

n/a

public class ThinkGeo.MapSuite.Core.InMemoryBitmapTileCache

--> NONE <--

  • Constructor: public InMemoryBitmapTileCache ()
  • Method (i)> public void ClearCache ()
  • Method: protected override void ClearCacheCore ()
  • Method (i)> public void DeleteTile (Tile tile)
  • Method: protected override void DeleteTileCore (Tile tile)
  • Method (i)> public void DeleteTiles (RectangleShape worldExtent)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public BitmapTile GetHigherScaleTile (RectangleShape tileBoundingBox, double tileScale)
  • Method: protected override BitmapTile GetHigherScaleTileCore (RectangleShape tileBoundingBox, double tileScale)
  • Method (i)> public BitmapTile GetTile (RectangleShape tileBoundingBox)
  • Method (i)> public BitmapTile GetTile (long row, long column)
  • Method: protected override BitmapTile GetTileCore (long row, long column)
  • Method (i)> public Collection`1 GetTiles (RectangleShape worldExtent)
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> protected BitmapTile MergeBitmaps (IEnumerable`1 tilesToMerge, double scale)
  • Method (i)> public void SaveTile (Tile tile)
  • Method: protected override void SaveTileCore (Tile tile)
  • Method (i)> public void SaveTiles (Bitmap bitmap, RectangleShape bitmapExtent)
  • Method (i)> public virtual string ToString ()
  • Property: GeoCollection`1 CachedTilesByScale { public get; }
  • Property: string CacheId { public get; public set; }
  • Property: TileImageFormat ImageFormat { public get; public set; }
  • Property: short JpegQuality { public get; public set; }
  • Property: Bitmap LoadingTileImage { public get; }
  • Property: int MaximumTilesCount { public get; public set; }
  • Property: Bitmap NoDataTileImage { public get; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: TileMatrix TileMatrix { public get; public set; }

ThinkGeo.MapSuite.Core MapSuiteTileMatrix ()

n/a

public class ThinkGeo.MapSuite.Core.MapSuiteTileMatrix

--> NONE <--

  • Constructor: public MapSuiteTileMatrix (double scale)
  • Constructor: public MapSuiteTileMatrix (double scale, int tileWidth, int tileHeight, GeographyUnit boundingBoxUnit)
  • Constructor: public MapSuiteTileMatrix (double scale, int tileWidth, int tileHeight, GeographyUnit boundingBoxUnit, PointShape referencePoint, long rowCount, long columnCount)
  • Constructor: public MapSuiteTileMatrix (double scale, int tileWidth, int tileHeight, GeographyUnit boundingBoxUnit, RectangleShape boundingBox)
  • Constructor: public MapSuiteTileMatrix (string id, double scale, int tileWidth, int tileHeight, GeographyUnit boundingBoxUnit, PointShape referencePoint, long rowCount, long columnCount)
  • Constructor: public MapSuiteTileMatrix (string id, double scale, int tileWidth, int tileHeight, GeographyUnit boundingBoxUnit, RectangleShape boundingBox)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public Collection`1 GetAllCells ()
  • Method (i)> public TileMatrixCell GetCell (PointShape intersectingPoint)
  • Method (i)> public TileMatrixCell GetCell (long row, long column)
  • Method (i)> public long GetColumnIndex (PointShape intersectingPoint)
  • Method (i)> public Collection`1 GetContainedCells (RectangleShape worldExtent)
  • Method (i)> public RowColumnRange GetContainedRowColumnRange (RectangleShape worldExtent)
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public Collection`1 GetIntersectingCells (RectangleShape worldExtent)
  • Method (i)> public RowColumnRange GetIntersectingRowColumnRange (RectangleShape worldExtent)
  • Method: protected override double GetResolutionFromScale (double scale)
  • Method (i)> public long GetRowIndex (PointShape intersectingPoint)
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> protected void SetMatrix (double cellWidth, double cellHeight)
  • Method (i)> protected void SetMatrix (string id, double cellWidth, double cellHeight, PointShape referencePoint, MatrixReferenceCorner referenceCorner, long rowCount, long columnCount)
  • Method (i)> protected void SetMatrix (string id, double cellWidth, double cellHeight, RectangleShape boundingBox, MatrixReferenceCorner referenceCorner)
  • Method (i)> public virtual string ToString ()
  • Property: RectangleShape BoundingBox { public get; public set; }
  • Property: GeographyUnit BoundingBoxUnit { public get; public set; }
  • Property: double CellHeight { public get; }
  • Property: double CellWidth { public get; }
  • Property: long ColumnCount { public get; }
  • Property: string Id { public get; public set; }
  • Property: long RowCount { public get; }
  • Property: double Scale { public get; public set; }
  • Property: int TileHeight { public get; public set; }
  • Property: int TileWidth { public get; public set; }

ThinkGeo.MapSuite.Core Matrix ()

n/a

public abstract class ThinkGeo.MapSuite.Core.Matrix

--> NONE <--

  • Constructor: protected Matrix ()
  • Constructor: protected Matrix (string id, double cellWidth, double cellHeight, PointShape referencePoint, MatrixReferenceCorner referenceCorner, long rowCount, long columnCount)
  • Constructor: protected Matrix (string id, double cellWidth, double cellHeight, RectangleShape boundingBox, MatrixReferenceCorner referenceCorner)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method: public Collection`1 GetAllCells ()
  • Method: public TileMatrixCell GetCell (PointShape intersectingPoint)
  • Method: public TileMatrixCell GetCell (long row, long column)
  • Method: public long GetColumnIndex (PointShape intersectingPoint)
  • Method: public Collection`1 GetContainedCells (RectangleShape worldExtent)
  • Method: public RowColumnRange GetContainedRowColumnRange (RectangleShape worldExtent)
  • Method (i)> public virtual int GetHashCode ()
  • Method: public Collection`1 GetIntersectingCells (RectangleShape worldExtent)
  • Method: public RowColumnRange GetIntersectingRowColumnRange (RectangleShape worldExtent)
  • Method: public long GetRowIndex (PointShape intersectingPoint)
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method: protected void SetMatrix (double cellWidth, double cellHeight)
  • Method: protected void SetMatrix (string id, double cellWidth, double cellHeight, PointShape referencePoint, MatrixReferenceCorner referenceCorner, long rowCount, long columnCount)
  • Method: protected void SetMatrix (string id, double cellWidth, double cellHeight, RectangleShape boundingBox, MatrixReferenceCorner referenceCorner)
  • Method (i)> public virtual string ToString ()
  • Property: RectangleShape BoundingBox { public get; public set; }
  • Property: double CellHeight { public get; }
  • Property: double CellWidth { public get; }
  • Property: long ColumnCount { public get; }
  • Property: string Id { public get; public set; }
  • Property: long RowCount { public get; }

MatrixReferenceCorner ()

n/a

public sealed enum ThinkGeo.MapSuite.Core.MatrixReferenceCorner
                   &nbspUpperLeft = 0,
                   &nbspUpperRight = 1,
                   &nbspLowerLeft = 2,
                   &nbspLowerRight = 3,

--> NONE <--

--> NONE <--

public class ThinkGeo.MapSuite.Core.MsSql2008FeatureSource ()

--> NONE <--

  • Event: public event EventHandler`1 ExecutingSqlStatement
  • Method: protected virtual void OnExecutingSqlStatement (ExecutingSqlStatementMsSql2008FeatureSourceEventArgs e)

ThinkGeo.MapSuite.Core NativeImageTile ()

n/a

public class ThinkGeo.MapSuite.Core.NativeImageTile

--> NONE <--

  • Constructor: public NativeImageTile ()
  • Constructor: public NativeImageTile (RectangleShape boundingBox, double scale)
  • Constructor: public NativeImageTile (byte[] nativeImage, RectangleShape boundingBox, double scale)
  • Method (i)> public Tile CloneDeep ()
  • Method (i)> protected virtual Tile CloneDeepCore ()
  • 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: RectangleShape BoundingBox { public get; public set; }
  • Property: Byte[] NativeImage { public get; public set; }
  • Property: double Scale { public get; public set; }

ThinkGeo.MapSuite.Core NativeImageTileCache ()

n/a

public abstract class ThinkGeo.MapSuite.Core.NativeImageTileCache

--> NONE <--

  • Constructor: protected NativeImageTileCache (string cacheId, TileImageFormat imageFormat, TileMatrix tileMatrix)
  • Method (i)> public void ClearCache ()
  • Method (i)> protected abstract void ClearCacheCore ()
  • Method (i)> public void DeleteTile (Tile tile)
  • Method (i)> protected abstract void DeleteTileCore (Tile tile)
  • Method (i)> public void DeleteTiles (RectangleShape worldExtent)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public virtual int GetHashCode ()
  • Method: public NativeImageTile GetTile (RectangleShape tileBoundingBox)
  • Method: public NativeImageTile GetTile (long row, long column)
  • Method: protected abstract NativeImageTile GetTileCore (long row, long column)
  • Method: public Collection`1 GetTiles (RectangleShape extent)
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> public void SaveTile (Tile tile)
  • Method (i)> protected abstract void SaveTileCore (Tile tile)
  • Method (i)> public void SaveTiles (Bitmap bitmap, RectangleShape bitmapExtent)
  • Method (i)> public virtual string ToString ()
  • Property: string CacheId { public get; public set; }
  • Property: TileImageFormat ImageFormat { public get; public set; }
  • Property: short JpegQuality { public get; public set; }
  • Property: Bitmap LoadingTileImage { public get; }
  • Property: Bitmap NoDataTileImage { public get; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: TileMatrix TileMatrix { public get; public set; }

public class ThinkGeo.MapSuite.Core.OracleFeatureSource ()

--> NONE <--

  • Event: public event EventHandler`1 ExecutingSqlStatement
  • Method: protected virtual void OnExecutingSqlStatement (ExecutingSqlStatementOracleFeatureSourceEventArgs e)

public class ThinkGeo.MapSuite.Core.PointShape ()

  • Method (i)> public virtual string ToString ()
  • Method: public override string ToString ()

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

--> NONE <--

  • Property: protected Dictionary`2 LabelPositions { }

ThinkGeo.MapSuite.Core RowColumnRange ()

n/a

public sealed struct ThinkGeo.MapSuite.Core.RowColumnRange

--> NONE <--

  • Constructor: public RowColumnRange (long minRowIndex, long maxRowIndex, long minColumnIndex, long maxColumnIndex)
  • 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: long MaxColumnIndex { public get; public set; }
  • Property: long MaxRowIndex { public get; public set; }
  • Property: long MinColumnIndex { public get; public set; }
  • Property: long MinRowIndex { public get; public set; }

public class ThinkGeo.MapSuite.Core.ScaleBarAdornmentLayer ()

--> NONE <--

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

public class ThinkGeo.MapSuite.Core.TextStyle ()

--> NONE <--

  • Property: new Dictionary`2 LabelPositions { public get; }

ThinkGeo.MapSuite.Core Tile ()

n/a

public abstract class ThinkGeo.MapSuite.Core.Tile

--> NONE <--

  • Constructor: public Tile ()
  • Constructor: public Tile (RectangleShape boundingBox, double scale)
  • Method: public Tile CloneDeep ()
  • Method: protected virtual Tile CloneDeepCore ()
  • 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: RectangleShape BoundingBox { public get; public set; }
  • Property: double Scale { public get; public set; }

ThinkGeo.MapSuite.Core TileCache ()

n/a

public abstract class ThinkGeo.MapSuite.Core.TileCache

--> NONE <--

  • Constructor: protected TileCache (string cacheId, TileImageFormat imageFormat, TileMatrix tileMatrix)
  • Method: public void ClearCache ()
  • Method: protected abstract void ClearCacheCore ()
  • Method: public void DeleteTile (Tile tile)
  • Method: protected abstract void DeleteTileCore (Tile tile)
  • Method: public void DeleteTiles (RectangleShape worldExtent)
  • 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: public void SaveTile (Tile tile)
  • Method: protected abstract void SaveTileCore (Tile tile)
  • Method: public void SaveTiles (Bitmap bitmap, RectangleShape bitmapExtent)
  • Method (i)> public virtual string ToString ()
  • Property: string CacheId { public get; public set; }
  • Property: TileImageFormat ImageFormat { public get; public set; }
  • Property: short JpegQuality { public get; public set; }
  • Property: Bitmap LoadingTileImage { public get; }
  • Property: Bitmap NoDataTileImage { public get; }
  • Property: bool ReadOnly { public get; public set; }
  • Property: TileMatrix TileMatrix { public get; public set; }

TileImageFormat ()

n/a

public sealed enum ThinkGeo.MapSuite.Core.TileImageFormat
                   &nbspPng = 0,
                   &nbspJpeg = 1,

--> NONE <--

--> NONE <--

ThinkGeo.MapSuite.Core TileMatrix ()

n/a

public abstract class ThinkGeo.MapSuite.Core.TileMatrix

--> NONE <--

  • Constructor: protected TileMatrix (string id, double scale, int tileWidth, int tileHeight, GeographyUnit boundingBoxUnit, PointShape referencePoint, MatrixReferenceCorner referenceCorner, long rowCount, long columnCount)
  • Constructor: protected TileMatrix (string id, double scale, int tileWidth, int tileHeight, GeographyUnit boundingBoxUnit, RectangleShape boundingBox, MatrixReferenceCorner referenceCorner)
  • Method (i)> public virtual bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method (i)> public Collection`1 GetAllCells ()
  • Method (i)> public TileMatrixCell GetCell (PointShape intersectingPoint)
  • Method (i)> public TileMatrixCell GetCell (long row, long column)
  • Method (i)> public long GetColumnIndex (PointShape intersectingPoint)
  • Method (i)> public Collection`1 GetContainedCells (RectangleShape worldExtent)
  • Method (i)> public RowColumnRange GetContainedRowColumnRange (RectangleShape worldExtent)
  • Method (i)> public virtual int GetHashCode ()
  • Method (i)> public Collection`1 GetIntersectingCells (RectangleShape worldExtent)
  • Method (i)> public RowColumnRange GetIntersectingRowColumnRange (RectangleShape worldExtent)
  • Method: protected abstract double GetResolutionFromScale (double scale)
  • Method (i)> public long GetRowIndex (PointShape intersectingPoint)
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method (i)> protected void SetMatrix (double cellWidth, double cellHeight)
  • Method (i)> protected void SetMatrix (string id, double cellWidth, double cellHeight, PointShape referencePoint, MatrixReferenceCorner referenceCorner, long rowCount, long columnCount)
  • Method (i)> protected void SetMatrix (string id, double cellWidth, double cellHeight, RectangleShape boundingBox, MatrixReferenceCorner referenceCorner)
  • Method (i)> public virtual string ToString ()
  • Property: RectangleShape BoundingBox { public get; public set; }
  • Property: GeographyUnit BoundingBoxUnit { public get; public set; }
  • Property: double CellHeight { public get; }
  • Property: double CellWidth { public get; }
  • Property: long ColumnCount { public get; }
  • Property: string Id { public get; public set; }
  • Property: long RowCount { public get; }
  • Property: double Scale { public get; public set; }
  • Property: int TileHeight { public get; public set; }
  • Property: int TileWidth { public get; public set; }

ThinkGeo.MapSuite.Core TileMatrixCell ()

n/a

public sealed struct ThinkGeo.MapSuite.Core.TileMatrixCell

--> NONE <--

  • Constructor: public TileMatrixCell (long row, long column, RectangleShape boundingBox)
  • Method: public override bool Equals (object obj)
  • Method (i)> protected virtual void Finalize ()
  • Method: public override int GetHashCode ()
  • Method (i)> public Type GetType ()
  • Method (i)> protected object MemberwiseClone ()
  • Method: public override string ToString ()
  • Property: RectangleShape BoundingBox { public get; public set; }
  • Property: long Column { public get; public set; }
  • Property: long Row { public get; public set; }

ThinkGeo.MapSuite.Core TileMatrixSet ()

n/a

public class ThinkGeo.MapSuite.Core.TileMatrixSet

--> NONE <--

  • Constructor: public TileMatrixSet ()
  • 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 Crs { public get; public set; }
  • Property: string Id { public get; public set; }
  • Property: Collection`1 TileMatrices { public get; }

public class ThinkGeo.MapSuite.Core.WfsFeatureLayer ()

--> NONE <--

  • Method: public static string GetCapabilities (string serviceLocationUrl)
  • Method: public static Collection`1 GetLayers (string serviceLocationUrl)
  • Property: string LastXmlResponse { public get; }

public class ThinkGeo.MapSuite.Core.WfsFeatureSource ()

--> NONE <--

  • Method: public static string GetCapabilities (string serviceLocationUrl)
  • Method: public static Collection`1 GetLayers (string serviceLocationUrl)
  • Property: string LastXmlResponse { public get; }

ThinkGeo.MapSuite.Core WorldLabelingCandidate ()

n/a

public class ThinkGeo.MapSuite.Core.WorldLabelingCandidate

--> NONE <--

  • Constructor: public WorldLabelingCandidate ()
  • Constructor: public WorldLabelingCandidate (string originalText)
  • Constructor: public WorldLabelingCandidate (string originalText, PointShape centerPointInWorldCoordinates)
  • 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: PointShape CenterPoint { public get; public set; }
  • Property: PointShape CenterPointInWorldCoordinates { public get; public set; }
  • Property: Collection`1 LabelInformation { public get; }
  • Property: string OriginalText { public get; public set; }
  • Property: PolygonShape ScreenArea { public get; public set; }

map_suite_services_edition_release_change_log_version_3.1.182.txt · Last modified: 2015/09/17 02:56 by admin