This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.tilematrixset [2015/09/17 10:41] admin |
thinkgeo.mapsuite.core.tilematrixset [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.TileMatrixSet ====== | ====== ThinkGeo.MapSuite.Core.TileMatrixSet ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class holds a collection of TileMatrix shared the same Crs. | This class holds a collection of TileMatrix shared the same Crs. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 5: | Line 8: | ||
| ***ThinkGeo.MapSuite.Core.TileMatrixSet** | ***ThinkGeo.MapSuite.Core.TileMatrixSet** | ||
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| - | === Public Constructors === | + | ==== Public Constructors ==== |
| - | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} TileMatrixSet(String,String) ** |
| - | **{{wiki:PublicMethod.gif|}}[[#TileMatrixSet(String,String)|TileMatrixSet]]** | + | |
| - | * **Parameters**:String,String | + | |
| - | * **DeclaringType**:N/A | + | |
| - | * **Summary**:Default constrctor for the class. | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //Default constrctor for the class.// |
| - | **{{wiki:PublicMethod.gif|}}[[#TileMatrixSet()|TileMatrixSet]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:N/A | + | == Parameters == |
| - | * **Summary**:N/A | + | * //id// |
| - | </div> | + | * Type:String |
| + | * Description:N/A | ||
| - | === Protected Constructors === | + | * //crs// |
| - | === Public Methods === | + | * Type:String |
| - | <div class_table> | + | * Description:N/A |
| - | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | |
| - | * **Parameters**:Object | + | |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | <div newline></div> |
| - | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | ** {{wiki:PublicMethod.gif|}} TileMatrixSet() ** |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:Object | + | == Parameters == |
| - | * **Summary**:N/A | + | <div newline></div> |
| - | </div> | + | ==== Protected Constructors ==== |
| + | ==== Public Methods ==== | ||
| + | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | <div class_table> | + | * //N/A// |
| - | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | == Remarks == |
| - | * **Parameters**:N/A | + | * //N/A// |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | === Protected Methods === | + | == Return Value == |
| - | <div class_table> | + | * Type:String |
| - | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | * Description:N/A |
| - | * **Parameters**:N/A | + | |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | <div class_table> | + | == Parameters == |
| - | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | <div newline></div> |
| - | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | * **DeclaringType**:Object | + | |
| - | * **Summary**:N/A | + | |
| - | </div> | + | |
| - | === Public Properties === | + | * //N/A// |
| - | **{{wiki:PublicProperty.gif|}}[[#Crs|Crs]]** | + | == Remarks == |
| - | * **Return**:String | + | * //N/A// |
| - | * **Summary**:Gets or sets the Crs(Coorindate reference system) for the TileMatrixSet. | + | |
| - | **{{wiki:PublicProperty.gif|}}[[#Id|Id]]** | + | == Return Value == |
| - | * **Return**:String | + | * Type:Boolean |
| - | * **Summary**:Gets or sets the id of the TileMatrixSet. | + | * Description:N/A |
| - | **{{wiki:PublicProperty.gif|}}[[#TileMatrices|TileMatrices]]** | + | == Parameters == |
| - | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]> | + | * //obj// |
| - | * **Summary**:Gets the collection of TileMatrix for the TileMatrixSet. | + | * Type:Object |
| + | * Description:N/A | ||
| - | === Protected Properties === | + | <div newline></div> |
| - | === Public Events === | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | ===== Public Constructors ===== | + | |
| - | === TileMatrixSet(String,String) === | + | |
| - | Default constrctor for the class. | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Parameters ==== | + | |
| - | **id** | + | |
| - | * **Type**:String | + | |
| - | * **Description:N/A | + | |
| - | **crs** | + | * //N/A// |
| - | * **Type**:String | + | == Remarks == |
| - | * **Description:N/A | + | * //N/A// |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == |
| - | === TileMatrixSet() === | + | * Type:Int32 |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | ==== Parameters ==== | + | |
| - | [[#Public Constructors|Go Back]] | + | |
| - | ===== Protected Constructors ===== | + | |
| - | ===== Public Methods ===== | + | |
| - | === Equals(Object) === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Boolean | + | <div newline></div> |
| - | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
| - | ==== Parameters ==== | + | * //N/A// |
| - | **obj** | + | == Remarks == |
| - | * **Type**:Object | + | * //N/A// |
| - | * **Description**:N/A | + | |
| - | [[#Public Methods|Go Back]] | + | == Return Value == |
| - | === GetHashCode() === | + | * Type:Type |
| - | N/A | + | * Description:N/A |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Int32 | + | <div newline></div> |
| - | * **Description**:N/A | + | ==== Protected Methods ==== |
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | ==== Parameters ==== | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | === GetType() === | + | * //N/A// |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Return Value == |
| - | * **Return Type**:Type | + | * Type:Void |
| - | * **Description**:N/A | + | * Description:N/A |
| - | ==== Parameters ==== | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | === ToString() === | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | * //N/A// |
| - | * **Return Type**:String | + | == Remarks == |
| - | * **Description**:N/A | + | * //N/A// |
| - | ==== Parameters ==== | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Object |
| - | ===== Protected Methods ===== | + | * Description:N/A |
| - | === Finalize() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| - | N/A | + | |
| - | **Return Value** | + | == Parameters == |
| - | * **Return Type**:Void | + | <div newline></div> |
| - | * **Description**:N/A | + | ==== Public Properties ==== |
| + | ** {{wiki:PublicProperty.gif|}} TileMatrices ** | ||
| - | ==== Parameters ==== | + | Gets the collection of TileMatrix for the TileMatrixSet. |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | === MemberwiseClone() === | + | |
| - | N/A | + | |
| - | ==== Remarks ==== | + | |
| N/A | N/A | ||
| + | == Return Value == | ||
| + | * Type:Collection<[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]> | ||
| - | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Id ** |
| - | * **Return Type**:Object | + | |
| - | * **Description**:N/A | + | |
| - | ==== Parameters ==== | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | === Crs === | ||
| - | Gets or sets the Crs(Coorindate reference system) for the TileMatrixSet. | ||
| - | ==== Remarks ==== | ||
| - | N/A | ||
| - | ==== Return Value ==== | ||
| - | **Return Type**:String | ||
| - | |||
| - | [[#Public Properties|Go Back]] | ||
| - | === Id === | ||
| Gets or sets the id of the TileMatrixSet. | Gets or sets the id of the TileMatrixSet. | ||
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:String | + | * Type:String |
| - | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Crs ** |
| - | === TileMatrices === | + | |
| - | Gets the collection of TileMatrix for the TileMatrixSet. | + | Gets or sets the Crs(Coorindate reference system) for the TileMatrixSet. |
| - | ==== Remarks ==== | + | == Remarks == |
| N/A | N/A | ||
| - | ==== Return Value ==== | + | == Return Value == |
| - | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]> | + | * Type:String |
| - | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
| - | ===== Protected Properties ===== | + | ==== Public Events ==== |
| - | ===== Public Events ===== | + | |