Track Intervals to Feature Tool
How to use Track Intervals to Feature Tool in Arc Toolbox ArcMap ArcGIS??
Path to access the tool
:
Track
Intervals to Feature Tool, Tracking Analyst Tools Toolbox
Track Intervals to Feature
Calculates values that
are computed from the difference between successively ordered features in a
track. New fields are added to the input feature class or layer to store the calculated
values (distance, duration, speed, and course).
1. Input Features
The input feature class
or layer.
2. Time Field
The field in the input
feature class or layer that contains date and time information. This tool
requires date and time information to be contained in the same field, and the
data type of the field must be Short, Long, Float, Double, Text, or Date.
3. Track ID Field (optional)
The field that contains
data values which are used to group the input features into tracks. The data
type of the field can be Short, Long, Float, Double, Text, or OID.
4. Calculate Intervals Between (optional)
Specifies which interval is used to calculate values for each feature.
- PREVIOUS_AND_CURRENT_FEATURE—Values are calculated using the interval between each feature and the previous feature in the track.
- CURRENT_AND_NEXT_FEATURE—Values are calculated using the interval between each feature and the next feature in the track.
5. Distance Field Name (optional)
Specifies the name of
the distance field that will be added to the input feature class or layer. If
no field name is specified, a name will automatically be chosen.
6. Duration Field Name (optional)
Specifies the name of
the duration field that will be added to the input feature class or layer. If
no field name is specified, a name will automatically be chosen.
7. Speed Field Name (optional)
Specifies the name of
the speed field that will be added to the input feature class or layer. If no
field name is specified, a name will automatically be chosen.
8. Course Field Name (optional)
Specifies the name of
the course field that will be added to the input feature class or layer. If no
field name is specified, a name will automatically be chosen.
9. Time Field Format (optional)
If the data type of the
time field is anything other than Date, this parameter determines the format
that will be used to interpret data values in the time field. Either a standard
Esri time format can be selected from the drop-down list, or a custom format
can be entered. If the data type of the time field is numeric (Short, Long,
Float, or Double), a list of standard Esri numeric time formats is provided in
the drop-down list. If the data type of the time field is Text, a list of
standard Esri text time formats is provided in the drop-down list. If the data
type of the time field is Date, this parameter is not needed.
10. Time Field Format Locale (optional)
If the data type of the
time field is Text, this parameter determines which locale will be used to
interpret data values in the time field. For all time field data types other
than Text, this parameter is not needed. By default,
this parameter is set to
the current locale of your operating system.
11. Time Field Format AM Designator (optional)
If the time field data
type is Text and the time format is a 12-hour clock representation including a
time marker ("t" or "tt"), then this parameter determines
the character ("t") or characters ("tt") that designate AM
in the time field data values. If nothing is entered, then the default AM
designator for the selected locale will be used. For all time field data types
other than Text, this parameter is not needed.
12. Time Field Format PM Designator (optional)
If the time field data
type is Text and the time format is a 12-hour clock representation including a
time marker ("t" or "tt"), then this parameter determines
the character ("t") or characters ("tt") that designate PM
in the time field data values. If nothing is entered, then the default PM
designator for the selected locale will be used. For all time field data types
other than Text, this parameter is not needed.
13. Distance Field Units (optional)
Specifies the distance units that will be used in the output distance field.
- INCHES—Inches
- FEET—Feet
- YARDS—Yards
- MILES—Miles
- NAUTICAL_MILES—Nautical miles
- MILLIMETERS—Millimeters
- CENTIMETERS—Centimeters
- METERS—Meters
- KILOMETERS—Kilometers
- DECIMETERS—Decimeters
- DECIMAL_DEGREES—Decimal degrees
- UNKNOWN_UNITS—Units are not known
- SKIP—Skips this parameter
14. Duration Field Units (optional)
Specifies the time units that will be used in the output duration field.
- MILLISECONDS—Milliseconds
- SECONDS—Seconds
- MINUTES—Minutes
- HOURS—Hours
- DAYS—Days
- WEEKS—Weeks
- MONTHS—Months
- YEARS—Years
- SKIP—Skips this parameter
15. Speed Field Units (optional)
Specifies the speed units that will be used in the output speed field.
- MILES_PER_HOUR—Miles per hour
- FEET_PER_HOUR—Feet per hour
- KILOMETERS_PER_HOUR—Kilometers per hour
- MILES_PER_SECOND—Miles per second
- FEET_PER_SECOND—Feet per second
- METERS_PER_SECOND—Meters per second
- KNOTS—Knots
- SKIP—Skips this parameter
16. Course Field Units (optional)
Specifies the course units that will be used in the output course field.
- DEGREES—Degrees
- RADIANS—Radians
- SKIP—Skips this parameter
Comments
Post a Comment