User Tools

Site Tools


api:thinkgeo.mapsuite.layers.mapsuitetilematrix

ThinkGeo.MapSuite.Layers.MapSuiteTileMatrix

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Layers.Matrix
      • ThinkGeo.MapSuite.Layers.TileMatrix
        • ThinkGeo.MapSuite.Layers.MapSuiteTileMatrix

Members Summary

Public Constructors

MapSuiteTileMatrix(Double)

  • This is the constructor by passing the scale.
Remarks
  • If you use this constructor, all other properties are used their default values.
Parameters
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.

MapSuiteTileMatrix(Double,Int32,Int32,GeographyUnit)

  • This is the constructor for the class.
Remarks
  • If you use this constructor, all other properties are used their default values.
Parameters
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.
  • tileWidth
    • Type:Int32
    • Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix.
  • tileHeight
    • Type:Int32
    • Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix.
  • boundingBoxUnit
    • Description:This parameter specifies the boundingBox Unit to set the Matrix.

MapSuiteTileMatrix(Double,Int32,Int32,GeographyUnit,RectangleShape)

  • This is the constructor for the class.
Remarks
  • If you use this constructor, all other properties are used their default values.
Parameters
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.
  • tileWidth
    • Type:Int32
    • Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix.
  • tileHeight
    • Type:Int32
    • Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix.
  • boundingBoxUnit
    • Description:This parameter specifies the boundingBox Unit to set the Matrix.
  • boundingBox
    • Description:This parameter specifies the bounding box to set the Matrix.

MapSuiteTileMatrix(Double,Int32,Int32,GeographyUnit,PointShape,Int64,Int64)

  • This is the constructor for the class.
Remarks
  • If you use this constructor, all other properties are used their default values.
Parameters
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.
  • tileWidth
    • Type:Int32
    • Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix.
  • tileHeight
    • Type:Int32
    • Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix.
  • boundingBoxUnit
    • Description:This parameter specifies the boundingBox Unit to set the Matrix.
  • referencePoint
    • Description:This parameter specifies the reference point location to set the Matrix.
  • rowCount
    • Type:Int64
    • Description:This parameter specifies the row count to set the Matrix.
  • columnCount
    • Type:Int64
    • Description:This parameter specifies the column count to set the Matrix.

MapSuiteTileMatrix(String,Double,Int32,Int32,GeographyUnit,RectangleShape)

  • This is the constructor for the class.
Remarks
  • If you use this constructor, all other properties are used their default values.
Parameters
  • id
    • Type:String
    • Description:This parameter specifies the id to set the Matrix.
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.
  • tileWidth
    • Type:Int32
    • Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix.
  • tileHeight
    • Type:Int32
    • Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix.
  • boundingBoxUnit
    • Description:This parameter specifies the boundingBox Unit to set the Matrix.
  • boundingBox
    • Description:This parameter specifies the bounding box to set the Matrix.

MapSuiteTileMatrix(String,Double,Int32,Int32,GeographyUnit,PointShape,Int64,Int64)

  • This is the constructor for the class.
Remarks
  • If you use this constructor, all other properties are used their default values.
Parameters
  • id
    • Type:String
    • Description:This parameter specifies the id to set the Matrix.
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to set the Matrix.
  • tileWidth
    • Type:Int32
    • Description:This parameter specifies the tile width(in decimalDegrees) to set the Matrix.
  • tileHeight
    • Type:Int32
    • Description:This parameter specifies the tile height(in decimalDegrees) to set the Matrix.
  • boundingBoxUnit
    • Description:This parameter specifies the boundingBox Unit to set the Matrix.
  • referencePoint
    • Description:This parameter specifies the reference point location to set the Matrix.
  • rowCount
    • Type:Int64
    • Description:This parameter specifies the row count to set the Matrix.
  • columnCount
    • Type:Int64
    • Description:This parameter specifies the column count to set the Matrix.

Protected Constructors

Public Methods

GetAllCells()

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetCell(Int64,Int64)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • row
    • Type:Int64
    • Description:N/A
  • column
    • Type:Int64
    • Description:N/A

GetCell(PointShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • intersectingPoint

GetRowIndex(PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int64
  • Description:N/A
Parameters
  • intersectingPoint

GetColumnIndex(PointShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int64
  • Description:N/A
Parameters
  • intersectingPoint

GetIntersectingCells(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetContainedCells(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetIntersectingRowColumnRange(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetContainedRowColumnRange(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

GetResolutionFromScale(Double)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double
  • Description:Returns the resolution corresponding to the passed in scale.
Parameters
  • scale
    • Type:Double
    • Description:This parameter specifies the target scale to get resolution from.

SetMatrix(String,Double,Double,RectangleShape,MatrixReferenceCorner)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • id
    • Type:String
    • Description:N/A
  • cellWidth
    • Type:Double
    • Description:N/A
  • cellHeight
    • Type:Double
    • Description:N/A

SetMatrix(String,Double,Double,PointShape,MatrixReferenceCorner,Int64,Int64)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • id
    • Type:String
    • Description:N/A
  • cellWidth
    • Type:Double
    • Description:N/A
  • cellHeight
    • Type:Double
    • Description:N/A
  • rowCount
    • Type:Int64
    • Description:N/A
  • columnCount
    • Type:Int64
    • Description:N/A

SetMatrix(Double,Double)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • cellWidth
    • Type:Double
    • Description:N/A
  • cellHeight
    • Type:Double
    • Description:N/A

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Scale

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

TileWidth

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

TileHeight

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

BoundingBoxUnit

  • N/A
Remarks
  • N/A
Return Value

CellWidth

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

CellHeight

  • N/A
Remarks
  • N/A
Return Value
  • Type:Double

BoundingBox

  • N/A
Remarks
  • N/A
Return Value

RowCount

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int64

ColumnCount

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int64

Id

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

Protected Properties

Public Events

api/thinkgeo.mapsuite.layers.mapsuitetilematrix.txt · Last modified: 2017/01/11 06:52 (external edit)