ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Справка
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Картографическая платформа вашей организации

ArcGIS Desktop

Полноценная профессиональная ГИС

ArcGIS Enterprise

ГИС предприятия

ArcGIS Developers

Инструменты для встраивания приложений с местоположениями

ArcGIS Solutions

Бесплатные шаблоны карт и приложений для отрасли

ArcGIS Marketplace

Получение приложения и данных для вашей организации.

  • Документация
  • Поддержка
Esri
  • Войти
user
  • Мой профиль
  • Выход

ArcMap

  • На главную
  • Начало работы
  • Карта
  • Анализ
  • Управление данными
  • Инструменты
  • Дополнительные модули

Surface Spot

  • Сводка
  • Иллюстрация
  • Использование
  • Синтаксис
  • Пример кода
  • Параметры среды
  • Информация о лицензиях

Сводка

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.

Прежние версии:

This is a deprecated tool that has been superseded by the Add Surface Information tool.

Иллюстрация

Surface Spot illustration

Использование

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

  • Use the Z Factor parameter to convert the output field to the desired units.

Синтаксис

arcpy.ddd.SurfaceSpot(in_surface, in_feature_class, {out_spot_field}, {z_factor}, {method}, {pyramid_level_resolution})
ПараметрОбъяснениеТип данных
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
(Дополнительный)

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

String
z_factor
(Дополнительный)

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
(Дополнительный)

Algorithm used to calculate surface values.

String
pyramid_level_resolution
(Дополнительный)

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

Double

Производные выходные данные

ИмяОбъяснениеТип данных
output_feature_class

Feature Layer

Пример кода

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)

Параметры среды

  • Текущая рабочая область
  • Временная рабочая область
  • Экстент

Информация о лицензиях

  • Basic: Требуется 3D Analyst
  • Standard: Требуется 3D Analyst
  • Advanced: Требуется 3D Analyst

ArcGIS Desktop

  • На главную
  • Документация
  • Поддержка

ArcGIS

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

Об Esri

  • О нас
  • Карьера
  • Блог Esri
  • Конференция пользователей
  • Саммит разработчиков
Esri
Расскажите нам, что вы думаете.
Copyright © 2021 Esri. | Конфиденциальность | Правовая информация