Der Speicherort, an dem die Ausgabe-Feature-Class erstellt wird. Dies kann eine Geodatabase oder ein Ordner sein. Wird ein Ordner als Speicherort angegeben, ist die Ausgabe ein Shapefile. Workspace;Feature Dataset out_name Der Name der Ausgabe-Feature-Class. String where_clause (optional) Ein...
Converts an ArcView turn table or ArcInfo Workstation coverage turn table to an ArcGIS turn feature class. Usage The turn feature class to be created is placed in the same workspace as the reference line feature class. The coordinates in the output turn feature class will have elevation ...
Shapefile FeatureClass properties ArcMap 10.8 | Help archiveArcGIS Desktop is in mature support and will be retired March 1, 2026. There are no plans for future releases of ArcGIS Desktop, and it is recommended that you migrate to ArcGIS Pro. See Migrate from ArcMap to ArcGIS Pro for ...
It creates an empty feature class (shapefile) and opens it as a layer (clipLayer), so the clip polygon can be added to it. It calls the Clip GP tool with this clip layer to do the clipping and save the resulting shapefile. public static async Task<Layer> Crea...
Ein Feature-Class-Feldaliasname kann jedoch in einem ArcMap-Kartendokument (.mxd) oder einer ArcGIS Pro-Kartendatei (.mapx) gespeichert werden, wo die am Feldaliasnamen vorgenommenen Änderungen im Feature-Layer gespeichert werden. Dies ist eine temporäre Alternative, bei der di...
The steps below give instructions for formatting XY coordinates, using Microsoft Excel, and converting these data to a shapefile or geodatabase feature class in ArcMap. ArcMap can read several table formats, including dBase III; dBase IV; .prn, .txt, .csv, .xls, and xlsx. ...
(.csv),Microsoft Excelfile, shapefile, file geodatabase feature class, GeoJSON file, feature collection,.kmlfile, orOpen Geospatial Consortium (OGC) GeoPackagefile. You can also configure a hosted feature layer to allow others to export data from the layer when they access it inArcGIS Online....
//////创建多边形shp/////////publicstaticvoidCreatePolygonFeatureClass(IPolygon pPolygon,stringshpfolder,stringshpname) { IWorkspaceFactory pWorkSpaceFac=newShapefileWorkspaceFactoryClass(); IFeatureWorkspace pFeatureWorkSpace= pWorkSpaceFac.OpenFromFile(shpfolder,0)asIFeatureWorkspace...
ArcGIS Pro doesn't yet have some of the metadata export functions that arcpy_metadata relies on though, so, as of version 0.5, you must specify a path to a metadata XML file, or use a dataset that already has its metadata in an accessible XML format (e.g. Shapefile), in order to ...
AE创建各种类型的featureclass代码 AE 中新建 shapefile,自定义字段代码由 ESRI 社区 GIScafe 提供 IFields pFields = new FieldsClass(); IFieldsEdit pFieldsEdit = pFields as IFieldsEdit; IField pField = new FieldClass(); IFieldEdit pFieldEdit = pField as IFieldEdit; pFieldEdit.Name_2 = ...