ESRI.ArcGIS.TrackingAnalystTools
MakeTrackingLayer Constructor(Object,Object,String,String,String,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.TrackingAnalystTools Namespace > MakeTrackingLayer Class > MakeTrackingLayer Constructor : MakeTrackingLayer Constructor(Object,Object,String,String,String,Object)




in_features
The input feature class or layer. (In, Required)
out_layer
The name of the tracking layer to be created. The newly created tracking layer can be used as input to any geoprocessing tool that accepts a feature layer as input. (Out, Required)
time_zone
The time zone that the data in the input feature class was recorded in. For a list of available time zones supported by your system, you can open the tool dialog box and expand this drop-down. When you enter the time zone as a parameter, you must use a non-localized string representation of the appropriate Microsoft Time Zone ID, and replace any spaces with underscore characters. For example, the appropriate string representation of the Pacific time zone in the United States is "Pacific_Standard_Time". "NO_TIME_ZONE" can be used to specify no time zone for the output tracking layer. (In, Required)
adjusted_for_dst
If you chose a time zone for your data, this parameter specifies whether the data values in the input time field were recorded with an adjustment for Daylight Saving Time. (In, Required)
storage_policy
Determines the storage policy for the output tracking layer. (In, Required)
start_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. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal out_layer As Object, _
   ByVal time_zone As String, _
   ByVal adjusted_for_dst As String, _
   ByVal storage_policy As String, _
   ByVal start_time_field As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim out_layer As Object
Dim time_zone As String
Dim adjusted_for_dst As String
Dim storage_policy As String
Dim start_time_field As Object
 
Dim instance As MakeTrackingLayer(in_features, out_layer, time_zone, adjusted_for_dst, storage_policy, start_time_field)
C# 
public MakeTrackingLayer( 
   object in_features,
   object out_layer,
   string time_zone,
   string adjusted_for_dst,
   string storage_policy,
   object start_time_field
)

Parameters

in_features
The input feature class or layer. (In, Required)
out_layer
The name of the tracking layer to be created. The newly created tracking layer can be used as input to any geoprocessing tool that accepts a feature layer as input. (Out, Required)
time_zone
The time zone that the data in the input feature class was recorded in. For a list of available time zones supported by your system, you can open the tool dialog box and expand this drop-down. When you enter the time zone as a parameter, you must use a non-localized string representation of the appropriate Microsoft Time Zone ID, and replace any spaces with underscore characters. For example, the appropriate string representation of the Pacific time zone in the United States is "Pacific_Standard_Time". "NO_TIME_ZONE" can be used to specify no time zone for the output tracking layer. (In, Required)
adjusted_for_dst
If you chose a time zone for your data, this parameter specifies whether the data values in the input time field were recorded with an adjustment for Daylight Saving Time. (In, Required)
storage_policy
Determines the storage policy for the output tracking layer. (In, Required)
start_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. (In, Required)

See Also

© 2010 All Rights Reserved.