output_raster:影像图层项目 例子: # Usage Example 1: This example converts imagery layer to feature layer. raster = gis.content.search("raster_lyr")[0].layers[0] feature = convert_raster_to_feature(input_raster=raster, output_type='Polygon', gis=gis)相关...
Choose raster layer to convert The input raster that will be converted to feature layers. Choose field A field that specifies the conversion value. It can be any integer or text value. A field containing floating-point values can only be used if the output is to a point dataset. ...
IFeatureClass:提供对控制特性类的行为和属性的成员的访问 Raster数据 同理,但其实因为矢量数据和栅格数据的特殊性,他们之间还是有些区别的,比如栅格数据没有属性表,但是他有RasterBand,即波段 那GeoDataset是什么呢?或者说IGeoDataset是什么呢? Provides access to members that provide information about a Geographic ...
Input Raster Layer The input raster layer. Feature Set Field A field that specifies the conversion value. It can be any integer or text value. A field containing floating-point values can only be used if the output is to a point dataset. ...
Output features name is the name of the output feature layer that will be created. The name must be unique. If a layer with the same name already exists in your organization, the tool will fail and you will be prompted to use a different name. Save in folder specifies the name of a ...
この状況を回避するには、中間的な手順として、[フィーチャ → ラスター (Feature to Raster)] ツールを使用して入力フィーチャを直接ラスター化し、[フィールド] パラメーターを設定します。 次に、結果の出力を距離ツールの入力として使用します。 または、入力フィーチャから適切な量の...
com.arcgismaps.mapping.featureforms com.arcgismaps.mapping.floor com.arcgismaps.mapping.kml com.arcgismaps.mapping.labeling com.arcgismaps.mapping.layers AnnotationLayer AnnotationSublayer ArcGISMapImageLayer ArcGISMapImageSublayer ArcGISSceneLayer ArcGISSublayer ArcGISTiledLayer ArcGISTiledSublayer...
The Convert Feature to Raster tool converts features to a raster. The output is a hosted imagery layer. Usage notes Convert Feature to Raster includes configurations for input features, analysis settings, and the result layer. Input features The Input features group includes the following parameter...
arcpy.conversion.FeatureToRaster(in_features, field, out_raster, {cell_size}) Parameter Erklärung Datentyp in_features Das in ein Raster-Dataset zu konvertierende Eingabe-Feature-Dataset. Feature Layer field Das Feld für die Zuweisung von Werten zum Ausgabe-Raster. Dieses Feld kann ein beli...
arcpy.ddd.RasterToMultipoint(in_raster, out_feature_class, {out_vip_table}, {method}, {kernel_method}, {z_factor}) パラメーター 説明 データ タイプ in_raster 処理対象のラスター。 Raster Layer; Mosaic Layer out_feature_class このツールで生成されるフィーチャクラス。 Feature Cl...