ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Ayuda
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plataforma de representación cartográfica para tu organización

ArcGIS Desktop

Un completo SIG profesional

ArcGIS Enterprise

SIG en tu empresa

ArcGIS Developers

Herramientas para crear aplicaciones basadas en la ubicación

ArcGIS Solutions

Plantillas de aplicaciones y mapas gratuitas para tu sector

ArcGIS Marketplace

Obtén aplicaciones y datos para tu organización.

  • Documentación
  • Soporte
Esri
  • Iniciar sesión
user
  • Mi perfil
  • Cerrar sesión

ArcMap

  • Inicio
  • Introducción
  • Cartografiar
  • Analizar
  • Administrar datos
  • Herramientas
  • Extensiones

GetUTMFromLocation

  • Resumen
  • Debate
  • Sintaxis
  • Muestra de código

Resumen

Returns a WGS84 UTM zone spatial reference from lat, long coordinates.

Debate

This function can be used to find the proper spatial reference to be used when creating a mosaic dataset for UAV or UAS images.

Sintaxis

GetUTMFromLocation (longitude, latitude)
ParámetroExplicaciónTipo de datos
longitude

The longitude of the point.

Double
latitude

The latitude of the point.

Double

Valor de retorno

Tipo de datosExplicación
SpatialReference

The spatial reference of the lat, long location.

The spatial reference will be returned as a WGS84 UTM zone SpatialReference. The name of the spatial reference will be in the form WGS_1984_UTM_Zone_XXH. The XX indicates the UTM zone number. The H indicates the hemisphere, N for the northern hemisphere, or S for the southern hemisphere.

Muestra de código

GetUTMFromLocation example

Returns the WGS spatial reference name, based on the latitude and longitude.

import arcpy
sr = arcpy.GetUTMFromLocation(-100.9, 40)
print(sr.name)

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog de Esri
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
Copyright © 2021 Esri. | Privacidad | Legal