This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.tilematrixset [2015/09/21 08:20] admin |
thinkgeo.mapsuite.portablecore.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 8: | Line 11: | ||
** {{wiki:PublicMethod.gif|}} TileMatrixSet(String,String) ** | ** {{wiki:PublicMethod.gif|}} TileMatrixSet(String,String) ** | ||
- | Default constrctor for the class. | + | * //Default constrctor for the class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //id// | * //id// | ||
Line 23: | Line 26: | ||
** {{wiki:PublicMethod.gif|}} TileMatrixSet() ** | ** {{wiki:PublicMethod.gif|}} TileMatrixSet() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
Line 32: | Line 35: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 44: | Line 47: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 60: | Line 63: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 72: | Line 75: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 85: | Line 88: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 97: | Line 100: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 110: | Line 113: | ||
** {{wiki:PublicProperty.gif|}} TileMatrices ** | ** {{wiki:PublicProperty.gif|}} TileMatrices ** | ||
- | Gets the collection of TileMatrix for the TileMatrixSet. | + | * //Gets the collection of TileMatrix for the TileMatrixSet.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Collection<[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]> | * Type:Collection<[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]> | ||
Line 118: | Line 121: | ||
** {{wiki:PublicProperty.gif|}} Id ** | ** {{wiki:PublicProperty.gif|}} 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 == | ||
* Type:String | * Type:String | ||
Line 126: | Line 129: | ||
** {{wiki:PublicProperty.gif|}} Crs ** | ** {{wiki:PublicProperty.gif|}} Crs ** | ||
- | Gets or sets the Crs(Coorindate reference system) for the TileMatrixSet. | + | * //Gets or sets the Crs(Coorindate reference system) for the TileMatrixSet.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String |