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
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...
import arcpy portal_desc = arcpy.GetPortalDescription() user_name = portal_desc['user']['fullName'] user_privileges = portal_desc['user']['privileges'] Связанныеразделы GetPortalInfo GetActivePortalURL SignInToPortal Отзывпоэтомуразделу?В...
UNIQUEVALUECOUNT —Returns the number of unique values in the input raster. TOP —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...
#set scale df.scale = 7000000 ##adds layer variable to mxd arcpy.mapping.AddLayer(df, addLayer) ##zooms to layer df.zoomToSelectedFeatures() ###unselect point arcpy.SelectLayerByAttribute_management(addLayer,"CLEAR_SELECTION") ##exports current map extent to png arcpy.mapping.Expor...
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() 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...
layerTemplatesGroupQuery The query that identifies the group containing editing templates used inMap Viewer. livingAtlasGroupQuery The query that identifies the group containing the layers to be used in theAnalysis Layersgallery. maxTokenExpirationMinutes ...
layerTemplatesGroupQuery 用于识别群组的查询,该群组包含在 Map Viewer 经典版 中使用的编辑模板。 livingAtlasGroupQuery 可识别群组的查询,该群组包含分析图层库中使用的图层。 maxTokenExpirationMinutes 为组织用户颁发的 OAuth 和 nonOAuth 令牌的最长有效期(以分钟为单位)。 默认值为 -1,对于 OAuth 访问令牌和 ...