Краткая информация
Объект с результатами анализа матрицы Источник-Назначение, который можно использовать для доступа к выходным данным и сообщениям механизма расчета.
Обсуждение
Экземпляры этого класса нельзя создавать напрямую. Но они возвращаются методом solve класса OriginDestinationCostMatrix.
Свойства
Свойство | Описание | Тип данных |
isPartialSolution (только чтение) | Возвращает True, если механизм расчета выполнил частичное решение, что означает, что не все входные данные были включены в результаты. Это может произойти, если если одно из входных местоположение не размещено, и значение свойства ignoreInvalidLocations класса механизма расчета равно True. | Boolean |
solveSucceeded (только чтение) | Возвращает True, если выполнение механизма расчета было успешным. | Boolean |
spatialReference (только чтение) | Возвращает пространственную привязку выходных объектов. Например, классы пространственных объектов, созданные с помощью метода export, и объекты геометрии, полученные из метода searchCursor, будут иметь эту пространственную привязку. Значение spatialReference обычно является пространственной привязкой набора сетевых данных или сервиса, используемого в анализе. | SpatialReference |
Обзор метода
Метод | Описание |
count (output_type) | Возвращает количество строк для выходного типа. |
export (output_type, output_features) | Экспортирует результаты анализа в класс пространственных объектов или таблицу. Выходные объекты будут созданы в пространственной привязке набора сетевых данных, используемого для анализа. Если установлен параметр среды arcpy.env.outputCoordinateSystem, выходные объекты будут созданы с указанной системой координат. |
extent ({output_type}) |
Возвращает экстент выходных данных анализа. Метод возвращает исключение RuntimeError, если не удалось выполнить анализ. |
fieldNames (output_type) | Получает список имен полей, поддерживаемых заданным выходным типом. |
saveAsLayerFile (file_name) | Сохраните результат анализа и настройки в файле слоя или пакете слоев. Файл слоя или пакет можно открыть в ArcGIS Pro как запись настроек анализа или для визуализации результатов. Файл слоя также можно открыть в ArcGIS Desktop. Это метод возвращает исключение RuntimeError, если свойство allowSaveLayerFile объекта-механизма расчета задан как False. Прежние версии:Маршрутизация сервисов на основе портала с версией ArcGIS Enterprise старше, чем 10.9 не поддерживает сохранение пакетов слоя. Этот метод возвращает исключение RuntimeError, если это именно этот случай. |
searchCursor (output_type, field_names, {where_clause}) | Задает курсор поиска для заданного типа выходных данных. Этот курсор предназначен для считывания строк непосредственно из выходных данных. |
solverMessages (severity) | Получает сообщения об ошибках, предупреждениях и информационные сообщения, возвращаемые механизмом расчета. |
toArrowTable (output_type, field_names, {file_name}, {max_batch_size}) | Возвращает результат Матрицы Источник-Назначение в формате Apache Arrow. Примечание:Выходные данные Arrow недоступны, если объект механизма расчета использует URL сервиса в качестве сетевого источника данных. В этом случае метод возвращает исключение RuntimeError. |
Методы
count (output_type)
Параметр | Описание | Тип данных |
output_type | Тип подсчитываемых выходных объектов. Задайте этот параметр с помощью перечисления OriginDestinationCostMatrixOutputDataType. | Object |
Тип данных | Описание |
Integer | Число строк. |
Не вызывает исключение.
export (output_type, output_features)
Параметр | Описание | Тип данных |
output_type | Тип выходных данных для экспорта. Задайте этот параметр с помощью перечисления OriginDestinationCostMatrixOutputDataType. | Object |
output_features | Путь каталога к выходному классу объектов или таблице, где будут находиться экспортированные объекты. | String |
extent ({output_type})
Параметр | Описание | Тип данных |
output_type | The type of output features for which to get the extent. Задайте этот параметр с помощью перечисления OriginDestinationCostMatrixOutputDataType. If you do not specify a value, or you specify a value of None, the extent for the combined analysis outputs is returned. | Object |
Тип данных | Описание |
Extent | Объект arcpy.Extent с указанием экстента назначенного выходного типа. |
fieldNames (output_type)
Параметр | Описание | Тип данных |
output_type | Тип выходных данных, для которых возвращается список имен полей. Задайте этот параметр с помощью перечисления OriginDestinationCostMatrixOutputDataType. | Object |
Тип данных | Описание |
String | Список имен полей, поддерживаемых заданным выходным типом. |
saveAsLayerFile (file_name)
Параметр | Описание | Тип данных |
file_name | The catalog path of the output layer file (.lyr) or layer package (.lpkx) to write. Внимание:Layer files with an .lyr extension cannot be saved if the solver object uses a service URL as its network data source. The method returns a RuntimeError exception in this case. | String |
searchCursor (output_type, field_names, {where_clause})
Параметр | Описание | Тип данных |
output_type | The type of output that will be read. Задайте этот параметр с помощью перечисления OriginDestinationCostMatrixOutputDataType. | Object |
field_names [field_names,...] | A list of field names of the output type whose values will be returned by the cursor. You can get the names of the fields that are supported by an output type using the fieldNames method. See descriptions of the fields included in each output type In addition to regular fields, you can also access the geometry of the output using one of the following geometry tokens:
The SHAPE@XY and SHAPE@XYZ tokens are only supported for point-based output types. The x-, y-, and z-values returned when using the SHAPE@XY and SHAPE@XYZ tokens are in the spatial reference reported by the solver result object's spatialReference property, and this is typically the same as the spatial reference of the network data source used for the analysis. Подсказка:Retrieving geometry for the Lines output type can be slow. For best performance, do not request geometry using any of the geometry tokens. | String |
where_clause | Возвращается дополнительное выражение, которое ограничивает записи. Более подробно об условиях WHERE и выражений SQL см. Основы SQL для выражений запроса, применяемых в ArcGIS. (Значение по умолчанию — None) | String |
Тип данных | Описание |
Object | Объект SolverResultSearchCursor, считывающий строки выходных данных. |
solverMessages (severity)
Параметр | Описание | Тип данных |
severity | Тип возвращаемых сообщений. Параметр должен быть задан с помощью перечисления MessageSeverity. | Object |
Тип данных | Описание |
List | Сообщения возвращаются в виде списка списков. Внутренний список содержит два значения. Первое из них - число, соответствующее коду сообщения, а второе - его текст. Пример списка сообщений, который возвращается в случае ошибки анализа матрицы Источник-Назначение. |
toArrowTable (output_type, field_names, {file_name}, {max_batch_size})
Параметр | Описание | Тип данных |
output_type | The type of output that will be read. Задайте этот параметр с помощью перечисления OriginDestinationCostMatrixOutputDataType. Внимание:Only the Lines output type is currently supported. The method returns a RuntimeError exception if a different output type is specified. | Object |
field_names [field_names,...] | A list of field names of the output type to include in the Arrow table. See descriptions of the fields included in each output type Внимание:For the Lines output type, the Shape, OriginName, and DestinationName fields are not supported. | String |
file_name | The file path to use to save the analysis results permanently. The file will contain one or more Arrow record batches and can be opened in any package or library that supports the Arrow format. This parameter is optional. If it is not specified, the Arrow table returned by the method can be used within the current Python operation but will not be stored permanently. | String |
max_batch_size | The maximum number of records to include in a single record batch in the output Arrow table. When no value or None is specified, a value of 2,147,483,647 is used. If the total number of records is smaller than the specified max_batch_size, the output Arrow table and file will contain only one record batch. For very large analyses, writing the output in batches prevents out-of-memory errors. The method always returns a single Arrow table and output file (if the file_name parameter is specified), but the presence of multiple record batches in the output may influence how you handle it in subsequent code. When an Arrow table or file containing multiple record batches is converted to another format, such as a Pandas DataFrame, you may not be able to do a zero-copy read of the entire table or file. In a zero-copy read, the data can be accessed without additional serialization overhead to load it in RAM. To achieve this zero-copy read behavior, your code may need to handle one record batch at a time. For the Lines output type, for most applications, it is important to keep all records associated with the same origin together in the same batch. This ensures that you can do a zero-copy read of all records for that origin for post-processing or further analysis. If the number of records associated with a given origin exceeds the specified max_batch_size, the method will override the max_batch_size value, and the resulting record batches will increase to the minimum size needed to store all records associated with the origin. The value for max_batch_size cannot exceed 2,147,483,647. | Integer |
Тип данных | Описание |
Object | Объект Python таблицы Apache Arrow, содержащий желаемый тип выходных данных с указанными полями. |