ArcGIS Desktop

  • Documentación
  • Soporte

  • 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 for 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

Surface Spot

  • Resumen
  • Ilustración
  • Uso
  • Sintaxis
  • Muestra de código
  • Entornos
  • Información sobre licencias

Resumen

Calculates surface values for each point of a point feature class by interpolating from a raster, TIN, or terrain dataset surface.

Calculated values are added to the input feature class attributes.

Legado:

This is a deprecated tool. To learn more about how this tool works click here to view archived documentation. This functionality has been added to the Add Surface Information tool.

Ilustración

Surface Spot illustration

Uso

  • Ensure the input surface and the input feature class have overlapping extents.

  • Use the {z_factor} argument to convert the output field to the desired units.

Sintaxis

SurfaceSpot_3d (in_surface, in_feature_class, {out_spot_field}, {z_factor}, {method}, {pyramid_level_resolution})
ParámetroExplicaciónTipo de datos
in_surface

The input raster, TIN, or Terrain dataset surface to be used for interpolation.

Terrain Layer; TIN Layer; Raster Layer
in_feature_class

The input point feature class to which the interpolated values will be added.

Feature Layer
out_spot_field
(Opcional)

The name of the attribute field to be added to the input feature class. By default, the name is Spot.

String
z_factor
(Opcional)

The factor multiplied by the surface values to convert them to new values added to the input feature class. Used to convert z units to match x,y units.

Double
method
(Opcional)

Algorithm used to calculate surface values.

String
pyramid_level_resolution
(Opcional)

The resolution of the terrain dataset pyramid level to use for geoprocessing. The default is 0, full resolution.

Double

Muestra de código

Surface Spot example 1 (Python window)

The following Python Window script demonstrates how to use the Surface Spotfunction in immediate mode.

import arcgisscripting
gp = arcgisscripting.create()

gp.CheckOutExtension("3D")
gp.workspace = "C:/data"
gp.SurfaceSpot_3d("elevation_tin", "points.shp", "SPOT", 3.28)

Entornos

  • Espacio de trabajo actual
  • Espacio de trabajo temporal
  • Extensión

Información sobre licencias

  • ArcGIS Desktop Basic: Requiere 3D Analyst
  • ArcGIS Desktop Standard: Requiere 3D Analyst
  • ArcGIS Desktop Advanced: Requiere 3D Analyst

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

Plataforma ArcGIS

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

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog interno
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacidad | Legal