0

0

[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

php中文网

php中文网

发布时间:2016-06-07 15:48:35

|

3839人浏览过

|

来源于php中文网

原创

major part of xtools pro tools can be used in arcgis geoprocessing environment, i.e. they can be run from arctoolbox or used in the models and scripts. Feature Conversions toolset includes: - Convert Features to Centroids - Convert Feature

major part of xtools pro tools can be used in arcgis geoprocessing environment, i.e. they can be run from arctoolbox or used in the models and scripts.

Feature Conversions toolset includes:
  • - Convert Features to Centroids
  • - Convert Features to Points
  • - Convert Features to Equidistant Points
      (Fixed Number)
  • - Convert Features to Equidistant Points
      (Fixed Interval)
  • - Convert Multipart Shapes to Single Parts
  • - Convert Polygons to Polylines
  • - Make Polygons from Points
  • - Make Polygons from Polylines
  • - Make Polylines from Points
  • - Smooth Polylines
  • - Split Layer by Attributes
  • - Split Polygons
  • - Split Polylines
  • - Transfer/Convert Features

Overlay Operations toolset includes:
  • - Create Interdiv Points
  • - Erase Features
  • - Identity
  • - Update Polygon Layer

Table Operations toolset includes:
  • - Add X, Y, Z Coordinates
  • - Add X, Y, Z Coordinates Batch
  • - Calculate Area
  • - Calculate Area Batch
  • - Calculate Length
  • - Calculate Length Batch
  • - Delete Multiple Fields
  • - Export Table to HTML
  • - Export Table to Text
  • - Find Duplicates

Data Management toolset includes:
  • - Convex Hull
  • - Convex Hull Multiple
  • - Create Personal GDB
  • - Create Random Sampling Points
  • - Create File GDB
  • - Export Data to KML
  • - Import Data to KML

Surface Tools toolset:
  • - Build Thiessen Polygons
  • - Convert Grid to Contour
  • - Create Grid from Contours
  • - Create Grid from Points
  • - Extract Raster Values
  • - Extract Raster Zonal Statistics
[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Data Management tools:


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Create FeatureClass/Table

allows creating new feature classes and stand-alone tables in ArcMap without using ArcCatalog. Resulting feature classes can be stored as shapefiles or personal geodatabase feature classes (new personal geodatabase can be created by this tool if required). While creating new layers, any structure of attribute table can be designed, and any properties can be specified for attribute and shape fields.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Create File Geodatabase [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

the tool is provided for creating new file geodatabases directly in ArcGIS ArcMap without using ArcCatalog.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Create Personal Geodatabase [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

this tool is provided for creating new empty personal geodatabases directly in ArcGIS ArcMap without using ArcCatalog. The tool functionality is similar to ArcGIS ArcCatalog "Create new personal geodatabase" functionality.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Delete Dataset [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

this tool is aimed to deleting of ArcGIS datasets directly in ArcGIS ArcMap without using ArcCatalog. The tool functionality is similar to ArcGIS ArcCatalog "Delete" functionality. Any of the datasets supported by ArcGIS can be deleted using "Delete Dataset" tool.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Change Datasources

allows fixing broken or changed links to data sources in the map documents.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Create Random Sampling Points

creates new randomly spread sampling points, various constraining conditions can be applied.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

MultiRename Datasets

renames multiple datasets at once using various advanced and flexible renaming masks and options.


Feature Conversions:


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Transfer/Convert Features [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

provides an easy way to copy selected spatial features from one layer and paste them into another layer. This command cannot be used to build features that are more complex than the source features. This means that you cannot use this command to build Polylines from Points, Polygons from Polylines or Points, etc. Such operations are beyond the scope of this command.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Convert Multipart Shapes to Single Parts [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

converts selected multipart shapes to single part shapes and stores them in a new shapefile. If no shapes are currently selected, all shapes in layer will be processed. Source shapes can be single part, multi-part or mixed in the layer. The output shapefile attribute table will contain the same fields as the input layer attribute table.
This tool requires that there is at least one feature layer in the Data Frame.

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Convert Polygons to Polylines [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

converts selected polygons to single part polylines and stores them in a new shapefile. If no polygons are currently selected, all polygons in the layer are processed. Source polygons can be single part, multi-part or mixed in the layer. The output polyline attribute table will contain the same fields as one of the input polygons.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Convert Features to Points [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

provides ArcGIS users with capabilities to convert polygon and polyline features to points with customizable options.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Make Polygons from Polylines [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

converts selected polyline features of a layer into single part polygon(s), and stores them a new shapefile. If no polylines are currently selected, all the polylines in the layer will be processed. The polylines do not need to be snapped together. Gaps between polylines will be bridged with a straight line. Source polylines can be single part, multi-part or mixed in the layer. Neither the order of the polylines in the Feature Table, nor the order in which the polylines are selected is important.

If polylines from more than one layer will be used to build the polygon, the user will need to assemble the necessary polylines in a separate layer before running this command. A common example of this situation is the necessity to build a polygon from lines borrowed from PLS, Roads, Streams ... layers. If there are gaps between the source polylines that should not be bridged with a straight line, the user should digitize in polylines to fill the gaps prior to running the command. This command differs from the ArcInfo Build command (polygon option) in that only one polygon can be built in a single operation.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Make Polygons from Points [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

converts point features of a point layer to single part polygon(s) and stores them in a new shapefile or personal geodatabase feature class.

This command differs from the Arc/INFO Build command (polygon option) in that only one polygon can be built in a single operation. Also, no intersecting or cleaning is done, so the user must do the equivalent preparatory work (if necessary) prior to using the command in order to get the appropriate results.
Note: Multipoint layers are not supported in this tool!


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Make Polylines from Points [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

converts a point layer to polyline(s), and stores them in a new shapefile or personal geodatabase feature class.

This command differs from the Arc/INFO Build command (arc option) in that only one line can be built in a single operation. Also, no intersecting or cleaning is done, so the user must do the equivalent preparatory work (if necessary) in advance of using the command in order to get the desired results.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Convert Graphics to Shapes [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

creates one shapefile for each user-selected shape type (graphics) in the ArcMap Data View. Rectangle, circle and polygon graphics are converted to polygon shapes. Line and polyline graphics are converted to polyline shapes. Point graphics are converted to point shapes.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Shapes to Centroids [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

creates a new point shape file from the center points (centroids) of the shapes in the input shapefile. A centroid of a shape is the spatial location of its "center of mass". Attribute fields in the input layer are transferred to the output shapefile.

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Split Polylines

provides ArcGIS users with capabilities to split polyline features into separate segments in various customizable ways.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Split Polygons

provides capabilities for advanced splitting of polygon features.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Smooth Polylines [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

smoothes input polyline features using Bezier or B-splines.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Split Layer by Attributes

splits layers into separate datasets by one or more attributes.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Find Multipart Features

allows searching for multipart features and optionally selecting found multipart features, zooming to them or adding number of parts to the attribute table.


Layer Operations:


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Create Interdiv Points

creates interdiv points (polyline and polygon layers supported).


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Erase Features [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

creates a new layer by overlaying two feature layers. The polygons of the erase layer define the erasing region. Input layer features that are within the erasing region are removed. The output layer contains only those input layer features that are outside the erasing region.
Input layer features can be polygons, polylines, multipoints or points; erase layer features must be polygons. The output layer features are of the same class as the input layer features. They are clipped to the outer boundary of the erase layer polygons. The attribute table for the output layer contains the same items as the input layer feature attribute table.

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Identity [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

creates a new layer by overlaying two feature layers.
The output layer contains all of the input layer features, and only those portions of the overlay layer features that overlap the input layer. The input layer features can be points, polylines, or polygons. The overlay layer features must be polygons. The output layer features resulting from the overlay are of the same class as the input layer features. The feature tables are also updated. The feature table for the output layer contains all the selected fields from the input and overlay layer feature tables. Selecting only the fields that you need in the output significantly speeds up processing.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Update Polygon Layer [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

creates a new layer by overlaying two feature layers. The features of the overlay layer define the updating extent. UPDATE uses the updating extent in a "cut-and-paste" operation; the overlay layer features replace the area they overlap in the input layer. The result is stored in the output layer. Both the input and overlay layers must be polygons.
UPDATE is one of the three overlay operations available in XTools Pro. ERASE is similar to UPDATE, except that the input layer features which overlap the updating extent are erased instead of updated. ERASE can also be used with polyline and point features.


Table Operations:


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Calculate Geometry [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

calculates perimeter and area values (including hectares and acres units) for polygon layers and length for polyline layers.
After some calculation corresponding fields will be added to the attribute table of the selected layer and populated with values. If such fields already exist in the attribute table, their values can be recalculated and rewritten in the table.

The "Calculate" tool allows:
- choosing a polygon or polyline layer to be measured
- changing projection in which the output parameters values will be calculated
- specifying attributes that are to be calculated: length for polyline features; perimeter, area, acres, hectares for polygon features
naming the attributes to be calculated

Note: The functionality of this tool is only available if there is at least one polygon or polyline layer added in the TOC window.

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Add X, Y, Z Coordinates [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

adds X, Y, and Z coordinates to attribute tables of point, polyline and polygon layers.
At that there are options to add Z coordinate for 3D shapes only, specify required coordinate system for output coordinates, and convert angular coordinate units to DMS format.

For point layers this tool adds X or\and Y or\and Z coordinates for all features to the attribute table of this layer.
For polygon layers this tool adds X_Centroid or\and Y_ Centroid or\and Z_ Centroid coordinates for all features to the attribute table of this layer.
For polyline layers this tool adds X or\and Y or\and Z coordinates of the user-defined polyline point for all features to the attribute table of the layer. For polylines coordinates of the FROM, TO, or Center point can be added.Z (or Z_ Centroid) coordinate can be added for 3D shapes only if the corresponding option is selected.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Aggregate Features/Records

with this tool the user can aggregate features and records on the basis of specified Group By field(s). Various options for the output aggregation geometry type and aggregation function are provided. Results can be stored as a new shapefile, personal geodatabase feature class, stand-alone table or just viewed in ArcMap without saving.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Table Restructure

any kind of modifications can be performed for attribute tables with "Table Restructure" tool. That is, the user can add, move, or remove attribute fields and change their properties. For string fields capitalization can be modified. Results can be stored as a new shapefile, personal geodatabase feature class or stand-alone table (if no shape field is presented). The coordinate system can be modified as well. Besides, there are options for concatenating tables and building spatial indexes for shapefiles.

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Export Table to MS Excel [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

allows exporting an attribute table into MS Excel application.
This tool starts Excel, creates a "link" between ArcMap and Excel, and copies specified fields and selected rows from an ArcMap Table to an Excel spreadsheet.
In the current version it is possible to save string fields' format during the transferring to Excel. It means that if you have formatted numbers as string values, they will not be automatically converted to Excel number cells. Their formatting will be saved. Exporting to to .xlsx files is also supported.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

MultiDelete Fields [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

allows deleting multiple attribute fields at a time. This tool gives the user a list of fields to select from and then deletes the selected fields.
WARNING: this command acts directly on the active table, not on a copy. A delete confirmation routine is included, but once confirmed all deletion requests are final.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Table Statistics [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

analyses a feature table and calculates statistics for each numeric field. The resulting information is written to a new table created by the tool.
For every field, the table contains the following information: field name, alias, type, width, decimals, whether or not it is editable and visible.
For numeric fields, the table contains the following statistics: sum, count, mean, min, max, range, variance, and standard deviation.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Export Table to Text [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

this tool allows exporting attribute tables or standalone tables to CSV text files. At that, it is possible to export only selected fields and rows of the table. Exported fields in the resulting text file are delimited with comma.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Export Table to HTML

exports attribute tables to HTML format.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Find Duplicates

allows finding and indexing duplicated features/records in feature classes/tables.

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Sort Features/Records [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

allows sorting of features/records in feature classes/tables; sorted output is written to a new feature class/table.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Edit with MS Excel

allows editing tables in ArcGIS with Microsoft Excel.

Sora
Sora

Sora是OpenAI发布的一种文生视频AI大模型,可以根据文本指令创建现实和富有想象力的场景。

下载

[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Import Edits from MS Excel

imports edits made in Excel back to ArcMap, requires open edit session for the edited layer/table.


Surface Tools:


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Create Grid from Contours
Convert Grid to Contour

these two surface tools allow to generate contour polylines from specified grids and vice versa without using ArcGIS 3D Analyst or Spatial Analyst. Grid output format can be ESRI GRID, TIFF, or ERDAS IMAGINE.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Create Grid from Points

interpolates Grids from input points using spline algorithms.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Extract Raster Values

extracts raster (e.g. DEM GRIDs) values to points attributes.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Build Thiessen Polygons

creates Thiessen polygons from input points.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Extract Raster Zonal Statistics

extracts statistics from rasters at the selected polygon zones.

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------


Go To tools:


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Go to Google Maps

allows viewing current ArcGIS map location in Google Maps online.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Go to Google Earth

allows viewing current ArcGIS map location in Google Earth.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Go to Microsoft Bing Maps

allows viewing current ArcGIS map location in Microsoft Bing Maps online.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Go to ArcGIS Exlporer

allows viewing current ArcGIS map location in ArcGIS Explorer application.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Go to OpenStreetMap

allows viewing current ArcGIS map location in the OpenStreetMap online service.


Miscellaneous general usage tools:


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Open Attribute Table button [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

this button provides prompt and convenient access to the attribute table of a selected layer. Being placed on the XTools Pro toolbar, the button allows opening the attribute table with just one click, which is very habitual for all the ArcView GIS 3.x users.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Attribute Table Views

provide extended and enriched attribute table windows in ArcMap.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Smart Add Data

alternative dialog for adding data in ArcMap. In addition to the standard Add Data dialog it allows to filter datasets by datasets name, type, format, geometry type etc., allows to prescribe a number of tasks for the selected dataset and adds a virtual Recent Datasets folder.

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Show Nodes [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

this simple but effective tool will show you all the nodes and vertices in your layers with just one click. Nodes are represented as graphics and can be removed by refreshing data view or any operation that causes re-drawing in the data view.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Convex Hull [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

with this tool the user can build convex or detailed hulls either for point, polyline, and polygon layers or for selected features in the layers. As an option hulls can be built for feature groups defined by specified attribute field. Besides buffers can be defined for resulting hulls.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Extract Map

this revolutionary tool provides ArcGIS users with capabilities to extract any area of the map. Extracted map preserves all the rendering and classification properties and can be stored either in personal geodatabase format or as shapefiles. Extraction boundaries can be defined in many different ways: by current extent, by selected polygon feature in a layer, or by user specified graphics. Tool options include creating shapefile spatial indexes and enabling/disabling clipping features in the process of extraction.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Create Fishnet

allows to create fishnet feature classes. Created fishnets can be stored as polygons or polylines.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Identify Pro

in addition to standard ArcMap Identify functionality XTools Pro Identify Pro tool allows to edit attributes and view field types and geometry properties of the identified features.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Feature Report

allows creating reports on the selected feature(s). Feature reports display feature geometry and include attribute and geometry information derived from the selected feature(s). Created reports can be modified, printed or exported to MS Word application for editing or distribution purposes. This is an additional alternate way for creating reports in ArcGIS.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------

Start Editing Selected Layer [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

this button provides prompt and convenient way to start edit session for the selected layer. Having this button on the XTools Pro toolbar you are just one click away from starting editing your data.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Show Directions [非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

this tool is provided for displaying directions of polyline and polygon features. Directions are displayed with arrow graphic objects and are fixed in the map until switched off.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Export Data to KML

converts data from ArcGIS to KML/KMZ format for use with Google Earth, for example.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Find Associated Documents and Datasets

allows to search for map documents associated with the selected dataset or datasets used in the selected map document.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Auto Save MXD

auto saves backup copies of .mxd map documents.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Callout Identify

allows flexible identifying features and creating advanced feature callouts.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Import Data from KML

allows importing data from KML/KMZ files to ArcGIS.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Catalog Tab and Dockable Window in ArcMap

allow seamless work with spatial data in ArcMap without switching to ArcCatalog.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

XTools Pro Navigator

allows to access applicable tools and manage list of your favorite tools and features.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Edit Metadata

allows editing metadata in ArcMap.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Batch Metadata Editing

edits metadata for a few selected datasets in a batch mode.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

View Metadata

allows viewing metadata in ArcMap


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Synchronize Metadata

allows synchronizing metadata with the actual data.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

MXD Info

allows viewing information about MXD documents, save information in TXT or HTML format, and defragmenting MXD documents, if required.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Multiple Layouts Manager

allows creating and using multiple map layouts in ArcMap in one MXD document.

----------------------------------------------------------------------------------


Blog:               http://blog.csdn.net/linghe301

----------------------------------------------------------------------------------


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Copy Properties

allows to effectively copy the selected layer properties from one layer to another layer, or to a few other layers. At that, for the Copy part there are three options provided for selection:

  • Copy properties...
    - this option provides a dialog allowing to select what properties you wish to copy
  • Copy symbology
    - this option allows to fast copy symbology
  • Copy labels
    - this option allows to fast copy labels

[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Paste Properties

pastes copied layer properties to the selected layer.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Definition Query Manager

allows for more efficient work with definition queries in ArcMap, supports multiple definition queries added to one layer, turns selections to definition queries.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

Customize XTools Pro Components

allows to set or change default options and parameters for XTools Pro tools and commands.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

XTools Pro Help

help system for XTools Pro tools and features. The Help file is installed with XTools Pro and does not require an Internet connection.


[非官方]ArcGIS10.2 for Desktop扩展工具包XTools Pro

About XTools Pro

provides details about XTools Pro version and registration information.

热门AI工具

更多
DeepSeek
DeepSeek

幻方量化公司旗下的开源大模型平台

豆包大模型
豆包大模型

字节跳动自主研发的一系列大型语言模型

通义千问
通义千问

阿里巴巴推出的全能AI助手

腾讯元宝
腾讯元宝

腾讯混元平台推出的AI助手

文心一言
文心一言

文心一言是百度开发的AI聊天机器人,通过对话可以生成各种形式的内容。

讯飞写作
讯飞写作

基于讯飞星火大模型的AI写作工具,可以快速生成新闻稿件、品宣文案、工作总结、心得体会等各种文文稿

即梦AI
即梦AI

一站式AI创作平台,免费AI图片和视频生成。

ChatGPT
ChatGPT

最最强大的AI聊天机器人程序,ChatGPT不单是聊天机器人,还能进行撰写邮件、视频脚本、文案、翻译、代码等任务。

相关专题

更多
Golang 测试体系与代码质量保障:工程级可靠性建设
Golang 测试体系与代码质量保障:工程级可靠性建设

Go语言测试体系与代码质量保障聚焦于构建工程级可靠性系统。本专题深入解析Go的测试工具链(如go test)、单元测试、集成测试及端到端测试实践,结合代码覆盖率分析、静态代码扫描(如go vet)和动态分析工具,建立全链路质量监控机制。通过自动化测试框架、持续集成(CI)流水线配置及代码审查规范,实现测试用例管理、缺陷追踪与质量门禁控制,确保代码健壮性与可维护性,为高可靠性工程系统提供质量保障。

46

2026.02.28

Golang 工程化架构设计:可维护与可演进系统构建
Golang 工程化架构设计:可维护与可演进系统构建

Go语言工程化架构设计专注于构建高可维护性、可演进的企业级系统。本专题深入探讨Go项目的目录结构设计、模块划分、依赖管理等核心架构原则,涵盖微服务架构、领域驱动设计(DDD)在Go中的实践应用。通过实战案例解析接口抽象、错误处理、配置管理、日志监控等关键工程化技术,帮助开发者掌握构建稳定、可扩展Go应用的最佳实践方法。

42

2026.02.28

Golang 性能分析与运行时机制:构建高性能程序
Golang 性能分析与运行时机制:构建高性能程序

Go语言以其高效的并发模型和优异的性能表现广泛应用于高并发、高性能场景。其运行时机制包括 Goroutine 调度、内存管理、垃圾回收等方面,深入理解这些机制有助于编写更高效稳定的程序。本专题将系统讲解 Golang 的性能分析工具使用、常见性能瓶颈定位及优化策略,并结合实际案例剖析 Go 程序的运行时行为,帮助开发者掌握构建高性能应用的关键技能。

37

2026.02.28

Golang 并发编程模型与工程实践:从语言特性到系统性能
Golang 并发编程模型与工程实践:从语言特性到系统性能

本专题系统讲解 Golang 并发编程模型,从语言级特性出发,深入理解 goroutine、channel 与调度机制。结合工程实践,分析并发设计模式、性能瓶颈与资源控制策略,帮助将并发能力有效转化为稳定、可扩展的系统性能优势。

21

2026.02.27

Golang 高级特性与最佳实践:提升代码艺术
Golang 高级特性与最佳实践:提升代码艺术

本专题深入剖析 Golang 的高级特性与工程级最佳实践,涵盖并发模型、内存管理、接口设计与错误处理策略。通过真实场景与代码对比,引导从“可运行”走向“高质量”,帮助构建高性能、可扩展、易维护的优雅 Go 代码体系。

19

2026.02.27

Golang 测试与调试专题:确保代码可靠性
Golang 测试与调试专题:确保代码可靠性

本专题聚焦 Golang 的测试与调试体系,系统讲解单元测试、表驱动测试、基准测试与覆盖率分析方法,并深入剖析调试工具与常见问题定位思路。通过实践示例,引导建立可验证、可回归的工程习惯,从而持续提升代码可靠性与可维护性。

3

2026.02.27

漫蛙app官网链接入口
漫蛙app官网链接入口

漫蛙App官网提供多条稳定入口,包括 https://manwa.me、https

258

2026.02.27

deepseek在线提问
deepseek在线提问

本合集汇总了DeepSeek在线提问技巧与免登录使用入口,助你快速上手AI对话、写作、分析等功能。阅读专题下面的文章了解更多详细内容。

47

2026.02.27

AO3官网直接进入
AO3官网直接进入

AO3官网最新入口合集,汇总2026年可用官方及镜像链接,助你快速稳定访问Archive of Our Own平台。阅读专题下面的文章了解更多详细内容。

419

2026.02.27

热门下载

更多
网站特效
/
网站源码
/
网站素材
/
前端模板

精品课程

更多
相关推荐
/
热门推荐
/
最新课程
Swoft2.x速学之http api篇课程
Swoft2.x速学之http api篇课程

共16课时 | 1万人学习

apipost极速入门
apipost极速入门

共6课时 | 0.5万人学习

大数据(MySQL)视频教程完整版
大数据(MySQL)视频教程完整版

共200课时 | 19.1万人学习

关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送

Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号