Class TileProjection
緯度経度と、地理院地図タイル番号を変換します。
Inheritance
System.Object
TileProjection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PLATEAU.Basemap
Assembly: cs.temp.dll.dll
Syntax
public static class TileProjection
Methods
Project(GeoCoordinate, Int32)
緯度経度から地理院地図タイル番号に変換します。
Declaration
public static TileCoordinate Project(GeoCoordinate geoCoord, int zoomLevel = 15)
Parameters
Type | Name | Description |
---|---|---|
GeoCoordinate | geoCoord | |
System.Int32 | zoomLevel |
Returns
Type | Description |
---|---|
TileCoordinate |
Unproject(TileCoordinate)
地理院地図タイル番号から緯度経度範囲に変換します。
Declaration
public static Extent Unproject(TileCoordinate tileCoord)
Parameters
Type | Name | Description |
---|---|---|
TileCoordinate | tileCoord |
Returns
Type | Description |
---|---|
Extent |