|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.trackinganalysttools.MakeTrackingLayer
public class MakeTrackingLayer
This tool creates a tracking layer from a feature class or layer containing temporal data. The Make Tracking Layer tool is contained in the Tracking Analyst Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
MakeTrackingLayer()
Creates the Make Tracking Layer tool with defaults. |
|
MakeTrackingLayer(Object inFeatures,
Object outLayerName,
String adjustedForDst,
String storagePolicy,
Object timeField)
Creates the Make Tracking Layer tool with the required parameters. |
Method Summary | |
---|---|
String |
getAdjustedForDst()
Returns the Time field values are adjusted for Daylight Saving Time parameter of this tool . |
String |
getAmDesignator()
Returns the AM Designator parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutLayer()
Returns the Output Layer parameter of this tool (Read only). |
Object |
getOutLayerName()
Returns the Output Layer Name parameter of this tool . |
String |
getPmDesignator()
Returns the PM Designator parameter of this tool . |
int |
getStandardStringFormat()
Returns the Locale parameter of this tool . |
String |
getStoragePolicy()
Returns the Storage Policy parameter of this tool . |
Object |
getTimeField()
Returns the Time Field parameter of this tool . |
String |
getTimeFieldFormat()
Returns the Time Field Format parameter of this tool . |
String |
getTimeZone()
Returns the Time Zone parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
Object |
getTrackIdField()
Returns the Track ID Field parameter of this tool . |
void |
setAdjustedForDst(String adjustedForDst)
Sets the Time field values are adjusted for Daylight Saving Time parameter of this tool . |
void |
setAmDesignator(String amDesignator)
Sets the AM Designator parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutLayerName(Object outLayerName)
Sets the Output Layer Name parameter of this tool . |
void |
setPmDesignator(String pmDesignator)
Sets the PM Designator parameter of this tool . |
void |
setStandardStringFormat(int standardStringFormat)
Sets the Locale parameter of this tool . |
void |
setStoragePolicy(String storagePolicy)
Sets the Storage Policy parameter of this tool . |
void |
setTimeField(Object timeField)
Sets the Time Field parameter of this tool . |
void |
setTimeFieldFormat(String timeFieldFormat)
Sets the Time Field Format parameter of this tool . |
void |
setTimeZone(String timeZone)
Sets the Time Zone parameter of this tool . |
void |
setTrackIdField(Object trackIdField)
Sets the Track ID Field parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MakeTrackingLayer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public MakeTrackingLayer(Object inFeatures, Object outLayerName, String adjustedForDst, String storagePolicy, Object timeField)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- the input feature class or layer.outLayerName
- the name of the output tracking layer.adjustedForDst
- nullstoragePolicy
- determines the storage policy for the output tracking layer.timeField
- 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.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- the input feature class or layer.public Object getOutLayerName()
public void setOutLayerName(Object outLayerName)
outLayerName
- the name of the output tracking layer.public String getTimeZone()
public void setTimeZone(String timeZone)
timeZone
- 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, open the tool dialog box and expand this drop-down. Time Zone IDs assigned by Microsoft may also be used instead of the string representation.public String getAdjustedForDst()
public void setAdjustedForDst(String adjustedForDst)
adjustedForDst
- nullpublic String getStoragePolicy()
public void setStoragePolicy(String storagePolicy)
storagePolicy
- determines the storage policy for the output tracking layer.public Object getTimeField()
public void setTimeField(Object timeField)
timeField
- 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.public String getTimeFieldFormat()
public void setTimeFieldFormat(String timeFieldFormat)
timeFieldFormat
- nullpublic int getStandardStringFormat()
public void setStandardStringFormat(int standardStringFormat)
standardStringFormat
- nullpublic String getAmDesignator()
public void setAmDesignator(String amDesignator)
amDesignator
- 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.public String getPmDesignator()
public void setPmDesignator(String pmDesignator)
pmDesignator
- 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.public Object getTrackIdField()
public void setTrackIdField(Object trackIdField)
trackIdField
- the field that contains data values that will be used to group features into tracks in the output tracking layer. The data type of the field can be Short, Long, Float, Double, Text, or OID.public Object getOutLayer()
public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |