Доступно с лицензией Business Analyst.
Сводка
Creates a point feature layer from a business point location search.
Использование
Output Feature Class will exclude the Address field.
The following countries contain data required for a Business Listing search: USA, Canada.
Using the Include Only Exact Matches parameter with the Search Terms parameter will return restrictive results. For example, entering Johnson`s Supermarket in the Search Terms parameter with the Include Only Exact Matches parameter checked, the following will not be returned:
- Johnson`s Market
- Johnson`s Supermarket & Pharmacy
- Johnson and Sons Supermarket & Pharmacy
The FilterValue option in the Filters parameter can be set by applying a minimum or maximum value only or by applying a range between the minimum and maximum values.
- Min:Number—Filters businesses with variable values less than the number assigned, for example, min:100.
- Max:Number—Filters businesses with variable values greater than the number assigned, for example, max:500.
- Min:Number Max:Number—Filters businesses outside of the range of values assigned, for example, min:100 max:500.
Синтаксис
GeneratePointsFromBusinessListings(out_feature_class, {in_search_features}, {search_terms}, {exact_match}, {match_name_only}, {filters}, {max_count})
Parameter | Объяснение | Тип данных |
out_feature_class | The output feature class that will contain the returned businesses. | Feature Class |
in_search_features (Дополнительный) | The area that will be used to search for businesses. | Feature Layer |
search_terms (Дополнительный) | The terms that will be used to search for businesses. You can use terms such as business name or business type keywords. If this parameter is not set, all businesses from the Input Search Features parameter will be returned. | String |
exact_match (Дополнительный) | Specifies whether only the text entered in the search_terms parameter will be returned from the search.
| Boolean |
match_name_only (Дополнительный) | Specifies whether the search will be limited to the business name only.
| Boolean |
filters [[filter_name, filter_value, include],...] (Дополнительный) | Specifies the filters that will be applied to the search_terms parameter.
| Value Table |
max_count (Дополнительный) | The limit for the number of returned features. The default value is 1000000. | Long |
Пример кода
The following Python window script demonstrates how to use the GeneratePointsFromBusinessListings function.
import arcpy
arcpy.ba.GeneratePointsFromBusinessListings("MyProject.gdb\output", "San Francisco Bay Area", "coffee", False, False, 100, "salesvol min:200 INCLUDE;empnum 'min:3 max:10' INCLUDE;city 'Mountain View' EXCLUDE")
Environments
Информация о лицензиях
- Basic: Требуется Business Analyst
- Standard: Требуется Business Analyst
- Advanced: Требуется Business Analyst