Distance From Point (Intelligence)

Summary

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

Usage

Parameters

LabelExplanationData Type
Input Points
Feature Layer
Coordinate Type
  • Decimal Degrees - Longitude firstDecimal Degrees - Longitude first. This is the default.
  • Decimal Degrees - Latitude firstDecimal Degrees - Latitude first
  • Degrees Minutes Seconds - Longitude firstDegrees Minutes Seconds - Longitude first
  • Degrees Minutes Seconds - Latitude firstDegrees Minutes Seconds - Latitude first
  • Degrees Decimal Minutes - Longitude firstDegrees Decimal Minutes - Longitude first
  • Degrees Decimal Minutes - Latitude firstDegrees Decimal Minutes - Latitude first
  • Military Grid Reference SystemMilitary Grid Reference System notation
  • US National GridUS National Grid notation
  • Universal Transverse MercatorUniversal Transverse Mercator notation
String
Coordinate Location
String
Distance
Linear Unit
Input Search Expression
(Optional)
SQL Expression

Derived Output

LabelExplanationData Type
Output OIDsString

arcpy.intelligence.DistanceFromPoint(input_point_features, input_coordinate_type, input_coordinate_string, input_search_distance, {input_search_expression})
NameExplanationData 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.