UNIQUEVALUECOUNT —Returns the number of unique values in the input raster. Returns the top or YMax value of the extent. LEFT —Returns the left or XMin value of the extent. RIGHT —Returns the right or XMax value of the extent. BOTTOM —Returns the bottom or YMin value of the extent...
arcpy.management.GetCount(in_rows) ParameterExplanationData Type in_rows The input table view or raster layer. If a selection is defined on the input, the count of the selected rows is returned. Table View; Raster Layer Derived Output
import arcpy portal_desc = arcpy.GetPortalDescription() user_name = portal_desc['user']['fullName'] user_privileges = portal_desc['user']['privileges'] Связанныеразделы GetPortalInfo GetActivePortalURL SignInToPortal Отзывпоэтомуразделу?В...
Raster Layer; Table View Code sample GetCount example 1 (Python window) The following Python Window script demonstrates how to use the GetCount function in immediate mode. importarcpyfromarcpyimportenvenv.workspace="C:/data/data.gdb"arcpy.GetCount_management("roads") ...
layerTemplatesGroupQuery 用于识别群组的查询,该群组包含在Map Viewer中使用的编辑模板。 livingAtlasGroupQuery 可识别群组的查询,该群组包含分析图层库中使用的图层。 maxTokenExpirationMinutes 为组织用户颁发的 OAuth 和 nonOAuth 令牌的最长有效期(以分钟为单位)。 默认值为-1,对于 OAuth 访问令牌和 ArcGIS 令牌 ...
import arcpy portal_desc = arcpy.GetPortalDescription() helper_services = portal_desc['helperServices'] GetPortalDescription example 2 Get user privileges from a portal. import arcpy portal_desc = arcpy.GetPortalDescription() user_name = portal_desc['user']['fullName'] user_privileges = portal...
ArcPy 新しい Render 関数は、参照ラスター データセットにシンボルを適用してレンダリングされたラスター オブジェクトを作成します。 この関数は、Jupyter ノートブックでデータを表示するのに便利です。 SignInToPortal 関数で、Public Key Infrastructure (PKI) 認証または統合Windows 認証(IWA)...
import arcpy portal_desc = arcpy.GetPortalDescription() user_name = portal_desc['user']['fullName'] user_privileges = portal_desc['user']['privileges'] Связанныеразделы GetPortalInfo GetActivePortalURL SignInToPortalВ...
import arcpy portal_desc = arcpy.GetPortalDescription() helper_services = portal_desc['helperServices'] GetPortalDescription example 2 Get user privileges from a portal. import arcpy portal_desc = arcpy.GetPortalDescription() user_name = portal_desc['user']['fullName'] user_privileges = portal...
import arcpy portal_desc = arcpy.GetPortalDescription() helper_services = portal_desc['helperServices'] GetPortalDescription example 2 Get user privileges from a portal. import arcpy portal_desc = arcpy.GetPortalDescription() user_name = portal_desc['user']['fullName'] user_privileges = portal...