描述
Transfers Quality of Position (QUAPOS) attribution, from the primitive to the feature, to symbolize features based on the QUAPOS attribute value. Features are split where the primitive attribution changes, and the QUAPOS values are then copied to the affected features.
使用方法
The primitive attribute P_QUAPOS is transferred from the coincident features in PLTS_SpatialAttributeL to features in Coastline_L, DepthsL, and NaturalFeaturesL.
The tool should be run on chart geodatabases before using Calculate Symbology so that the features have the necessary attribution to properly symbolize.
- For a new chart product, use the ALL_FEATURES option in the Target Features parameter.
- When updating an existing chart product, the UNVERIFIED_FEATURES option in the Target Features parameter, will limit the affected features.
Any previous insertion made by earlier executions will be removed by selecting an option in the Target Features parameter. This will regenerate the output.
Upon first execution of the tool, a ParentLNAM field will be added that tracks the relationship between inserted features and the parent features used to generate them.
语法
arcpy.nautical.BubbleUp(input_workspace, target_features)
参数 | 说明 | 数据类型 |
input_workspace | The geodatabase that contains the chart data in the nautical chart schema. | Workspace |
target_features | Specifies the features to be updated.
| String |
代码示例
BubbleUp example (Python window)
The following Python window script demonstrates how to use the BubbleUp tool.
# Variables
prod_db = r"C:\Data\Charts\GB4X0000.gdb"
# Execute the tool
arcpy.BubbleUp_nautical(prod_db, "UNVERIFIED_FEATURES")
环境
此工具不使用任何地理处理环境。
许可信息
- Basic: 否
- Standard: 否
- Advanced: 需要 ArcGIS Maritime