|
|||||||||
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.ConcatenateDateAndTimeFields
public class ConcatenateDateAndTimeFields
Concatenates two separate date and time fields in a feature class or layer into a single field containing both the date and time. The Concatenate Date And Time Fields tool is contained in the Tracking Analyst Tools tool box.
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 Date Field parameter of this tool . |
Object |
getFeatureClass()
Returns the Input Features parameter of this tool . |
Object |
getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool (Read only). |
String |
getOutputField()
Returns the parameter of this tool . |
Object |
getTimeField()
Returns the 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 Date Field parameter of this tool . |
void |
setFeatureClass(Object featureClass)
Sets the Input Features parameter of this tool . |
void |
setOutputField(String outputField)
Sets the parameter of this tool . |
void |
setTimeField(Object timeField)
Sets the 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
- the input feature class or layer.dateField
- the text field in the input feature layer that contains date values.timeField
- the text field in the input feature layer that contains time values.outputField
- the name of the new concatenated date/time field to be created and added to the input feature layer.Method Detail |
---|
public Object getFeatureClass()
public void setFeatureClass(Object featureClass)
featureClass
- the input feature class or layer.public Object getDateField()
public void setDateField(Object dateField)
dateField
- the text field in the input feature layer that contains date values.public Object getTimeField()
public void setTimeField(Object timeField)
timeField
- the text field in the input feature layer that contains time values.public String getOutputField()
public void setOutputField(String outputField)
outputField
- the name of the new concatenated date/time field to be created and added to the input feature layer.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 |