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...
CalculateUTMZone (UTM ゾーンの計算) の例 (Python ウィンドウ) 次の例では、一連のフィーチャのカスタム UTM ゾーンを計算します。 importarcpyarcpy.env.workspace="C:\Data\ProjectData.gdb"arcpy.CalculateUTMZone_cartography("US_Counties","UTM_Zone") ...
Berechnet für jedes Feature die UTM-Zone anhand des Mittelpunktes und speichert diese Raumbezugszeichenfolge in einem angegebenen Feld. Dieses Feld mit Kartenserien verwendet werden, um für jede Karte den Raumbezug auf die richtige UTM-Zone zu aktualisieren. ...
The UTM system divides the world between 80º S and 84º degrees N into a set of quadrangles called zones. Zones generally cover 6 degrees of longitude and 8 degrees of latitude. Each zone has a set of defined projection parameters, including central meridian, false eastings and northing...
The UTM system divides the world between 80º S and 84º degrees N into a set of quadrangles called zones. Zones generally cover 6 degrees of longitude and 8 degrees of latitude. Each zone has a set of defined projection parameters, including central meridian, false eastings and northing...
中国UTM带号带号中央经线经度范围4375E72E-78E4481E78E-84E4587E84E-90E4693E90E-96E4799E96E-102E48105E102E-108E49111E108E-114E50117E114E-120E51123E120E-126E52129E126E-132E53135E132E-138EUTM分区编号UTM分区UTM分区美国UTM分区SimplifiedviewofUSUTMzones加拿大UTM分区UTMZONECANADA...
高斯克吕格投影展开图 改良高斯克吕格投影 a.Acylindertouchingtheglobeatthecentralmeridianofalongitudezoneliesentirelyoutsidetheearth,andareasawayfromthecentralmeridianprojectlargerthanontheglobe.b.Acylinderthattouchestheouteredgesofthezoneliesentirelyinsidetheearthwithinthezone,andareaswithinthezoneprojectsmallerthan...
ellipsoid = utmgeoid(zone) [ellipsoid,ellipsoidstr] = utmgeoid(...) Description The purpose of this function is to recommend a local ellipsoid for use with a given UTM zone, depending on the geographic location of that zone. Use it only if you are not using a global reference ellipsoid,...
CalculateUTMZone 示例(Python 窗口) 在如下示例中,计算了一组要素的自定义 UTM 带。 importarcpyarcpy.env.workspace="C:\Data\ProjectData.gdb"arcpy.CalculateUTMZone_cartography("US_Counties","UTM_Zone") CalculateUTMZone 示例(独立脚本) 在如下示例中,计算了一组要素的自定义 UTM 带。