ArcGIS Desktop

  • 文档
  • 支持

  • My Profile
  • 帮助
  • Sign Out
ArcGIS Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS Desktop

全面的专业性 GIS

ArcGIS Enterprise

面向企业的 GIS

ArcGIS for Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

Help

  • 主页
  • 入门
  • 制图
  • 分析
  • 管理数据
  • 工具
  • 更多...

Make Representations Invisible

  • 摘要
  • 用法
  • 语法
  • 代码示例
  • 环境
  • 许可信息

摘要

Esri Defense Mapping cartographic production tool that sets feature representations invisible in an input feature layer or selected set of features. Setting a representation invisible does not alter its feature geometry. Use this functionality to improve a map product's aesthetic or cartographic quality by hiding overlapping features and removing visual clutter.

用法

  • Use the Production Mapping Show Representation tool to make a representation visible.

语法

MakeRepsInvisible_defense (in_features, representation)
参数说明数据类型
in_features

The feature layer whose representations will be made invisible.

Layer
representation

The name of the representation to hide.

String

代码示例

MakeRepsInvisible example (Python window)

The following code example demonstrates how to use the MakeRepsInvisible tool.

# set gp environment
arcpy.env.workspace="c:\\data\\Contour.gdb"
arcpy.env.addOutputsToMap = True

# input variables
inFeatures="MGCP\\ContourL50K"
inLayer="ContourL50K"
representation="ContourL_TRD4_MDG"

# make a feature layer of inFeatures
arcpy.MakeFeatureLayer_management(inFeatures, inLayer)

# set all reps of type ContourL_TRD4_MDG invisible
arcpy.MakeRepsInvisible_defense(inLayer, representation)

环境

  • 当前工作空间

许可信息

  • ArcGIS Desktop Basic: 否
  • ArcGIS Desktop Standard: 需要 Defense Mapping
  • ArcGIS Desktop Advanced: 需要 Defense Mapping

相关主题

  • An overview of the Cartographic Refinement toolset

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS 平台

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

关于 Esri

  • 关于我们
  • 招贤纳士
  • 内部人员博客
  • 用户大会
  • 开发者峰会
Esri
分享您的想法。
Copyright © 2017 Esri. | 隐私政策 | 法律声明