zone = utmzone opens the Pick UTM Zone dialog box, which enables you to interactively identify a Universal Transverse Mercator (UTM) zone by clicking a world map. For more information about UTM zones, see Create UTM Maps. zone = utmzone(lat,lon) identifies the UTM zone that contains the ...
Longitude limits of the UTM zone, returned as a two-element vector. Data Types:double Alternative Functionality To identify a UTM zone by clicking a map, use theutmzoneuifunction. Version History Introduced before R2006a expand all R2023b:Query nonstandard zones in northern Europe, and adjust di...
在这个例子中,WGS_1984_UTM_Zone_49N适用于北纬47度至北纬53度之间的区域,因此其带号为49。9:从180度经度向东,每6度为一个投影带,第49个投影带即是从180度经线开始向东数第49个带。其计算方式为(114+180)/6,其中114为49投影带的最大经线。若要在ArcMAP中启用shape.area和shape.length计算(几何计算...
CalculateUTMZone(in_features, in_field) パラメーター説明データ タイプ in_features 入力フィーチャ レイヤー。 Feature Layer in_field 座標系の空間参照文字列を格納する文字列フィールド。フィールドには (600 文字を超える) 十分な長さを指定する必要があります。そうしないと、空間参照文字列...
CalculateUTMZone 示例(Python 窗口) 在如下示例中,计算了一组要素的自定义 UTM 带。 import arcpy arcpy.env.workspace = "C:\Data\ProjectData.gdb" arcpy.CalculateUTMZone_cartography("US_Counties", "UTM_Zone") CalculateUTMZone 示例(独立脚本) 在如下示例中,计算了一组要素的自定义 UTM 带。 # Name...
如WGS_1984_UTM_Zone_49N,这个49的计算方法: 49:从180度经度向东,每6度为一投影带,第49个投影带 49=(114+180)/6,这个114为49投影带的最大经线 如果要在ArcMAP中启用shape.area和shape.length计算(几何计算),需要设置投影坐标,WGS-1984地理坐标系一般都设置为UTM投影,涉及不同经纬度不同分带选择,下面详细...
I propose a functionality in the New Map Viewer -> Map Tools -> Location so the user is able to change the expected UTM zone for a map extent to a neighboring
Example map in EPSG:32650 – WGS 84 / UTM zone 50N +– The box shows the covered area of the coordinate reference system according to the EPSG database EPSG:32649 – WGS 84 / UTM zone 49N Other projections EPSG:32651 – WGS 84 / UTM zone 51N We...
在中国,WGS_1984_UTM_Zone_49N的49计算方法是:从180度经线向东,每6度划分一投影带,49为第49个投影带。该带的最大经线为114度。在ArcMAP中启用shape.area和shape.length计算时,通常需将地理坐标设置为UTM投影。UTM投影由美国在1947年提出,适用于全球坐标体系,特别是地图制作与测绘领域。该投影...
To display areas that extend across more than one UTM zone, use the Mercator projection in a transverse aspect. UTM is a zone-based coordinate system and is designed to be used like a map series, selecting from the appropriate sheet. While it is possible to extend one zone's coordinates ...