dollarskrot.blogg.se

Arcgis 10.3 feature class to feature class tool
Arcgis 10.3 feature class to feature class tool









arcgis 10.3 feature class to feature class tool

Unspecification of breaklines and polygon surface features representing the same geographic features at different levels of detail are intended for display at certain scale ranges.

  • Group -Defines the group of each contributing feature.
  • Soft features exhibit gradual changes in slope, whereas hard features represent sharp discontinuities. Breaklines and polygon-based feature types also have hard and soft qualifiers that define the interpolation behavior around the feature's edges when exporting to raster. Mass points denote features that contribute Z measurements breaklines denote linear features with known Z measurements, and several polygon types.
  • SF Type -Surface feature type that defines how the features contributes to the terrain.
  • If the option is chosen, Z-values are interpolated from the surface. Any numeric field can be specified, and Z-enabled features can also choose the geometry field.
  • Height Field -Field containing the feature's height information.
  • Input Features -Name of the feature class being added to the terrain.
  • Each feature must reside in the same feature dataset as the terrain and have its role defined through the following properties: Identifies features being added to the terrain. Syntax AddFeatureClassToTerrain_3d (in_terrain, in_features) Parameter
  • The input feature class cannot be registered as versioned.
  • The target terrain cannot be registered as versioned.
  • The detailed version should be used at display scales more suited for its resolution of detail.

    arcgis 10.3 feature class to feature class tool

    If the boundary feature is detailed, consider generalizing it and use the coarser representation for the overview. For example, breaklines may not be visible enough to matter at an overview display, whereas a clip polygon would be useful. The terrain dataset's Properties dialog box in ArcCatalog and the terrain layer's Properties dialog box in ArcMap both provide an indication as to whether the dataset needs to be rebuilt.Ĭonsider enabling the overview option for breakline and polygon surface feature types only if the features contain simplified geometry and are visually relevant for the anticipated display scale. Terrain dataset must already have one or more pyramid levels defined.ĭepending on the surface type associated with features added to a terrain, the terrain dataset may need to be rebuilt using Build Terrain. Input features must reside in the same feature dataset as the terrain dataset. Adds one or more feature classes to a terrain dataset. CopyFeatures_management ( in_features = nodesOutput, out_feature_class = nodesOutputFC )Īrcpy. In_y_field = endY_field, out_layer = nodesOutput ) MakeXYEventLayer_management ( table = inTable, in_x_field = endX_field , Line_type = lineType_str, spatial_reference = SpRef )Īrcpy.

    arcgis 10.3 feature class to feature class tool

    Startx_field = startX_field, starty_field = startY_field ,Įndx_field = endX_field, endy_field = endY_field , XYToLine_management ( in_table = inTable, out_featureclass = flowsOutputFC , GetParameterAsText ( 6 )įlowsOutputFC = os. GetParameterAsText ( 4 )ĮndY_field = arcpy. GetParameterAsText ( 3 )ĮndX_field = arcpy. Anyone has an idea what am I doing wrong? However, once the script is done running, none of the two output feature classes (correctly written to my scratch GDB) show up in the TOC in ArcMap, which would be necessary before publishing it as a GP service. In my tool properties, I have a derived output parameter, set to multivalue to accommodate multiple feature classes that are created in the script.

    arcgis 10.3 feature class to feature class tool

    Usually one would set the tool output to derived in order to accomplish that. The tool script produces two output feature classes (see below) that I would like to automatically add to the display. I am developing a Python tool script in ArcGIS 10.3.x that is meant to be later published as a GP service and consumed inside a web application (e.g.











    Arcgis 10.3 feature class to feature class tool