Object 输出为记录集或者字符串形式。 如果工具(如创建要素图层)的输出是一个图层,则 getOutput 将返回 Layer 对象。 还可按索引访问结果输出,因此 result.getOutput(0) 和result[0] 是等效的。 getSeverity (index) 参数 说明 数据类型 index 消息索引位置。 Integer返回值 数据类型 说明 Integer 特定消息的严重...
("//flames/gpqa/coredata/global/redlands/control.shp") # Run a server tool named BufferPoints result = arcpy.mytools.BufferPoints(featset, "1000 feet") # Wait until the tool completes while result.status < 4: time.sleep(0.2) # Print all messages from the result object print(result.get...
在Result 对象中就有状态属性,可以直接查询工具目前的状态,包括运行中、完成、失败在内共10种状态。 result=arcpy.BufferPoints_server(in_featureset,"500 feet")# Check the status of the result object every 0.2 seconds# until it has a value of 4 (succeeded) or greaterwhileresult.status<4:time.slee...
public async Task QueryTableJoinWithVersionedData() { await ArcGIS.Desktop.Framework.Threading.Tasks.QueuedTask.Run(() => { QueryDef queryDef = new QueryDef { Tables = "CommunityAddress JOIN MunicipalBoundary on CommunityAddress.Municipality = MunicipalBoundary.Name", SubFields = "CommunityAddress.OBJE...
EditOperation(); createOperation.Name = string.Format("Create {0}", CurrentTemplate.Layer.Name); createOperation.SelectNewFeatures = true; // create and execute using the inspector createOperation.Create(CurrentTemplate.Layer, inspector); return createOperation.Execute(); }); return result; } }...
Transform a set of IDs to objectIDs for an entity KnowledgeGraph Graph Data Model Retrieving the Data Model Get Data Model Properties Get Data Model Identifier Info Get Data Model MetaEntityTypes/Provenance Get Whether KG Supports Provenance Get Whether KG Supports Provenance using Knowledge...
// create the multipatchBuilderEx object var builder = new ArcGIS.Core.Geometry.MultipatchBuilderEx(multipatch); // check some properties bool hasM = builder.HasM; bool hasZ = builder.HasZ; bool hasID = builder.HasID; bool isEmpty = builder.IsEmpty; bool hasNormals = builder.HasNormal...
objectIds resultInfo.resultFiles.objectIds array of integer objectIds name resultInfo.resultFiles.name string name size resultInfo.resultFiles.size integer size status resultInfo.resultFiles.status string status url resultInfo.resultFiles.url string url objectIds resultInfo.resultFile.objectIds ...
Output Detected Objects—Set the output detected object that will contain the text detection and recognition results. Model Definition—Select the pretrained model.dlpkfile. Arguments—Change the values of the arguments if required. threshold—The detections with a confidence score higher than this thre...
Loads the metadata for the object. retryLoad opensuspend overridefunretryLoad():Result<Unit> Loads or retries loading metadata for the object. setBasemap funsetBasemap(basemap:Basemap?) Optional layers in a map or scene that show background information — roads, landmarks, and so on — to ...