Add Geometry Attributes, Recalculate and Update Annotation Feature Class Extent Tools
Recalculate Feature Class Extent
How to Recalculate Feature Class Extent Tool in ArcToolbox ArcMap ArcGIS??
Recalculate Feature Class Extent |
Path to access the tool
:
Recalculate
Feature Class Extent Tool, feature Class Toolset,
Data Management Tools Toolbox
Recalculate Feature Class Extent
Recalculates the XY, Z,
and M extent properties of a feature class based on the features in the feature
class.
A feature class has a
spatial extent that is based on all the coordinates in the feature class. This
spatial extent is used when adding a feature class to a map to recenter and
display all the features. Rather than examining every feature in the feature
class each time the feature class is added to a map (a potentially long
process), a feature class has an extent property containing the last known
spatial extent. However, this extent property is not always updated when
features in the feature class are edited. This means that the values in the
extent property may not contain the actual spatial extent of the features.
Executing this tool reads all the features and updates the extent property.
XY, Z, and M extents are not the same as spatial reference domains. The XY, Z, and M domains in a spatial reference define the valid range of coordinate values that can be stored in a feature class. The feature class extents reflect the actual range of coordinate values that exist in the feature class. These extents cannot be larger than the domains.
1. Input Features
The shapefile or
geodatabase feature class that will be updated.
Update Annotation Feature Class
How to Update Annotation Feature Class Tool in ArcToolbox ArcMap ArcGIS??
Update Annotation Feature Class |
Path to access the tool
:
Update
Annotation Feature Class Tool,
feature Class Toolset, Data
Management Tools Toolbox
Update Annotation Feature Class
Updates the input annotation feature class with text attribute fields and optionally populates the value of each new field for every feature in the feature class.
1. Input features
Input annotation feature class to which new fields will be added.
2. Populate Attribute Fields (optional)
Populates the value of each new field for every feature in the feature class.
- Checked—Populates the value of each new field for every feature in the feature class. This is the default.
- Unchecked—Do not populate a value for the fields.
Add Geometry Attributes
How to Add Geometry Attributes Tool in ArcToolbox ArcMap ArcGIS??
Add Geometry Attributes |
Path to access the tool
:
Add
Geometry Attributes Tool, Feature Toolset, Data
Management Tools Toolbox
Add
Geometry Attributes
1. Input Features
New attribute fields
will be added to the input features to store properties such as length, area,
or x-, y-, z-, and m-coordinates.
2. Geometry Properties
Determines the geometry or shape properties that will be calculated into new attribute fields.
- AREA—Adds an attribute to store the area of each polygon feature.
- AREA_GEODESIC—Adds an attribute to store the geodesic area of each polygon feature.
- CENTROID—Adds attributes to store the centroid coordinates of each feature.
- CENTROID_INSIDE—Adds attributes to store the coordinates of a central point inside or on each feature.
- EXTENT—Adds attributes to store the extent coordinates of each feature.
- LENGTH—Adds an attribute to store the length of each line feature.
- LENGTH_GEODESIC—Adds an attribute to store the geodesic length of each line feature.
- LENGTH_3D—Adds an attribute to store the 3D length of each line feature.
- LINE_BEARING—Adds an attribute to store the start-to-end bearing of each line feature. Values range from 0 to 360, with 0 meaning north, 90 east, 180 south, 270 west, and so on.
- LINE_START_MID_END—Adds attributes to store the coordinates of the start, mid, and end points of each feature.
- PART_COUNT—Adds an attribute to store the number of parts comprising each feature.
- PERIMETER_LENGTH—Adds an attribute to store the length of the perimeter or border of each polygon feature.
- PERIMETER_LENGTH_GEODESIC—Adds an attribute to store the geodesic length of the perimeter or border of each polygon feature.
- POINT_COUNT—Adds an attribute to store the number of points or vertices comprising each feature.
- POINT_X_Y_Z_M—Adds attributes to store the x-, y-, z-, and m-coordinates of each point feature.
3. Length Unit (optional)
The unit in which to calculate length.
- FEET_US—Length in feet (United States)
- METERS—Length in meters
- KILOMETERS—Length in kilometers
- MILES_US—Length in miles (United States)
- NAUTICAL_MILES—Length in nautical miles (United States)
- YARDS—Length in yards (United States)
4. Area Unit (optional)
The unit in which to calculate area.
- ACRES—Area in acres
- HECTARES—Area in hectares
- SQUARE_MILES_US—Area in square miles (United States)
- SQUARE_KILOMETERS—Area in square kilometers
- SQUARE_METERS—Area in square meters
- SQUARE_FEET_US—Area in square feet (United States)
- SQUARE_YARDS—Area in square yards (United States)
- SQUARE_NAUTICAL_MILES—Area in square nautical miles (United States)
5. Coordinate System (optional)
The coordinate system in which the coordinates, length, and area will be calculated. The coordinate system of the input features is used by default.
Comments
Post a Comment