An ArcGIS user is writing a Python script that will update the geometry of all the features of an input layer using a process that requires system tools to examine the geometric properties of each feature.
Which approach should be used to evaluate each feature's geometry and pass it to a system tool?
While attempting to geocode schools within a 20-mile of a museum, an ArcGIS user realizes that the table they are trying to geocode only contains the names of the schools. The table tails to include the school addresses.
Which type of table should the user link to their address locator in order to efficiently display the locations of the schools?
An ArcGlS user created a geoprocessing script in which the output layer's symbology property is set to an existing layer file. The user intends to share the tool with another ArcGlS user.
How can the user share the script tool while maintaining the symbology in the output layer?
An ArcGIS user is given a geodatabase containing polygon and point features.
To ensure that the points fall on the boundary, which topology rule should the user set?
An ArcGIS user runs a geoprocessing tool and wants to create code in the Python window that repeats the process. In which two ways can the user generate Python code from the results window? (Choose two)
An ArcGiS user wants to dynamically generalize a line using the Douglas-Peucker algorithm. Which geometric effect should be used to achieve this?
In the Feature Class to Feature Class tool which parameter allows an ArcGlS user to manipulate attributes to be included the output feature class table?
After the ground water is the local community was contaminated by a landfill, the health department requested a map showing the cancer rate for each postal code. An ArcGlS user Is provided a file geodatabase feature class (FeatureClassA) that has been joined to a cancer rate table (TableB). The cancer rate table does not have data for each postal code In the study and also contains data outside the study area creating null values. To eliminate the null values from being symbolized.
Which exclusion query should be used?
An ArcGIS user regularly receives a large volume of data in shaped le coverage, and table formats. The user has a Python script tool for converting the data to a standard feature class format and writing it into a file geodatabase. The user schedules the script to run automatically, based on the update schedule, but the tool is sometimes unable to write to the database.
Why is the tool sometimes unable to write to the database?
An ArcGIS user is tasked with converting an IDRISI vector format file to a geodatabase feature class. The user does not need to change any aspects of the data source in the output feature class.
Which tool should the user employ?