Distance From Point (Intelligence)

This ArcGIS 2.7 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Summary

Determine whether entities in a layer are within a certain distance of a coordinate location.

Usage

Syntax

arcpy.intelligence.DistanceFromPoint(input_point_features, input_coordinate_type, input_coordinate_string, input_search_distance, {input_search_expression})
ParameterExplanationData Type
input_point_features
Feature Layer
input_coordinate_type
  • DD(long/lat)Decimal Degrees - Longitude first. This is the default.
  • DD(lat/long)Decimal Degrees - Latitude first
  • DMS(long/lat)Degrees Minutes Seconds - Longitude first
  • DMS(lat/long)Degrees Minutes Seconds - Latitude first
  • DDM(long/lat)Degrees Decimal Minutes - Longitude first
  • DDM(lat/long)Degrees Decimal Minutes - Latitude first
  • MGRSMilitary Grid Reference System notation
  • USNGUS National Grid notation
  • UTMUniversal Transverse Mercator notation
String
input_coordinate_string
String
input_search_distance
Linear Unit
input_search_expression
(Optional)
SQL Expression

Derived Output

NameExplanationData Type
output_id_listString

Environments

This tool does not use any geoprocessing environments.