|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.trackinganalysttools.MakeTrackingLayer
public class MakeTrackingLayer
Adds a feature dataset as a new tracking layer to you ArcMap session. The feature dataset must have a date and time field and a unique identifier field. The Make Tracking Layer tool is contained in the Tracking Analyst Tools tool box.
Software restrictions: none
| 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 featureClass,
Object dateField)
Creates the Make Tracking Layer tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getAM()
Returns the AM Designator parameter of this tool . |
Object |
getDateField()
Returns the Select Date Field parameter of this tool . |
String |
getDateFormat()
Returns the Date Format parameter of this tool . |
Object |
getFeatureClass()
Returns the Input Feature Class parameter of this tool . |
Object |
getOutputLayer()
Returns the Output Temporal Layer parameter of this tool (Read only). |
String |
getOutputLayerName()
Returns the Output Temporal Layer Name parameter of this tool . |
String |
getPM()
Returns the PM Designator parameter of this tool . |
String |
getTimeFormat()
Returns the Time Format 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 |
getTrackField()
Returns the Select Track ID Field parameter of this tool . |
void |
setAM(String aM)
Sets the AM Designator parameter of this tool . |
void |
setDateField(Object dateField)
Sets the Select Date Field parameter of this tool . |
void |
setDateFormat(String dateFormat)
Sets the Date Format parameter of this tool . |
void |
setFeatureClass(Object featureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setOutputLayerName(String outputLayerName)
Sets the Output Temporal Layer Name parameter of this tool . |
void |
setPM(String pM)
Sets the PM Designator parameter of this tool . |
void |
setTimeFormat(String timeFormat)
Sets the Time Format parameter of this tool . |
void |
setTrackField(Object trackField)
Sets the Select 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 featureClass,
Object dateField)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
featureClass - nulldateField - null| Method Detail |
|---|
public Object getFeatureClass()
public void setFeatureClass(Object featureClass)
featureClass - nullpublic Object getDateField()
public void setDateField(Object dateField)
dateField - nullpublic Object getTrackField()
public void setTrackField(Object trackField)
trackField - nullpublic String getOutputLayerName()
public void setOutputLayerName(String outputLayerName)
outputLayerName - nullpublic String getTimeFormat()
public void setTimeFormat(String timeFormat)
timeFormat - nullpublic String getDateFormat()
public void setDateFormat(String dateFormat)
dateFormat - nullpublic String getAM()
public void setAM(String aM)
aM - String, if the date field is a string type rather than a date type, then you must specify the format for the time. If the time contains an AM/PM componant instead of a 24 hour clock representation, then you must specify the characters used for AM.public String getPM()
public void setPM(String pM)
pM - String, if the date field is a string type rather than a date type, then you must specify the format for the time. If the time contains an AM/PM componant instead of a 24 hour clock representation, then you must specify the characters used for PM.public Object getOutputLayer()
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 | ||||||||