|
|||||||||
| 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.ConcatenateDateAndTimeFields
public class ConcatenateDateAndTimeFields
Concatenates 2 separate date and time fields into a new field which is added to the same feature dataset. Tracking Analyst requires that the Date and Time values be in one field. The Concatenate Date And Time Fields 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 | |
|---|---|
ConcatenateDateAndTimeFields()
Creates the Concatenate Date And Time Fields tool with defaults. |
|
ConcatenateDateAndTimeFields(Object featureClass,
Object dateField,
Object timeField,
String outputField)
Creates the Concatenate Date And Time Fields tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getDateField()
Returns the Select Date Field parameter of this tool . |
Object |
getFeatureClass()
Returns the Input Feature Class parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool (Read only). |
String |
getOutputField()
Returns the Output Date/Time Field parameter of this tool . |
Object |
getTimeField()
Returns the Select Time Field 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. |
void |
setDateField(Object dateField)
Sets the Select Date Field parameter of this tool . |
void |
setFeatureClass(Object featureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setOutputField(String outputField)
Sets the Output Date/Time Field parameter of this tool . |
void |
setTimeField(Object timeField)
Sets the Select Time 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 ConcatenateDateAndTimeFields()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ConcatenateDateAndTimeFields(Object featureClass,
Object dateField,
Object timeField,
String outputField)
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 - String, select the text field that contains date values.timeField - String, select the text field that contains time values.outputField - String, enter the name of the new date and time field.| Method Detail |
|---|
public Object getFeatureClass()
public void setFeatureClass(Object featureClass)
featureClass - nullpublic Object getDateField()
public void setDateField(Object dateField)
dateField - String, select the text field that contains date values.public Object getTimeField()
public void setTimeField(Object timeField)
timeField - String, select the text field that contains time values.public String getOutputField()
public void setOutputField(String outputField)
outputField - String, enter the name of the new date and time field.public Object getOutputFeatureClass()
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 | ||||||||