ArcGIS Desktop

  • Documentation
  • Support

  • My Profile
  • Aide
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS Desktop

Un SIG professionnel complet

ArcGIS Enterprise

SIG dans votre entreprise

ArcGIS for Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

ArcMap

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Extensions

GetUTMFromLocation

  • Résumé
  • Discussion
  • Syntaxe
  • Exemple de code

Résumé

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

Discussion

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

Syntaxe

GetUTMFromLocation (longitude, latitude)
ParamètreExplicationType de données
longitude

The longitude of the point.

Double
latitude

The latitude of the point.

Double

Valeur renvoyée

Type de donnéesExplication
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.

Exemple de code

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

  • Accueil
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog des initiés
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
Donnez-nous votre avis.
Copyright © 2018 Esri. | Confidentialité | Légal