|
|||||||||
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.datamanagementtools.ConvertTimeZone
public class ConvertTimeZone
Converts time values recorded in a date field from one time zone to another time zone. The Convert Time Zone tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ConvertTimeZone()
Creates the Convert Time Zone tool with defaults. |
|
ConvertTimeZone(Object inTable,
Object inputTimeField,
String inputTimeZone,
String outputTimeField)
Creates the Convert Time Zone tool with the required parameters. |
Method Summary | |
---|---|
String |
getInputDst()
Returns the Input time field uses Daylight Savings Time parameter of this tool . |
Object |
getInputTimeField()
Returns the Input Time Field parameter of this tool . |
String |
getInputTimeZone()
Returns the Input Time Zone parameter of this tool . |
Object |
getInTable()
Returns the Input Table parameter of this tool . |
String |
getOutputDst()
Returns the Output time field uses Daylight Savings Time parameter of this tool . |
String |
getOutputTimeField()
Returns the Output Time Field parameter of this tool . |
String |
getOutputTimeZone()
Returns the Output Time Zone parameter of this tool . |
Object |
getOutTable()
Returns the Output Table parameter of this tool (Read only). |
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 |
setInputDst(String inputDst)
Sets the Input time field uses Daylight Savings Time parameter of this tool . |
void |
setInputTimeField(Object inputTimeField)
Sets the Input Time Field parameter of this tool . |
void |
setInputTimeZone(String inputTimeZone)
Sets the Input Time Zone parameter of this tool . |
void |
setInTable(Object inTable)
Sets the Input Table parameter of this tool . |
void |
setOutputDst(String outputDst)
Sets the Output time field uses Daylight Savings Time parameter of this tool . |
void |
setOutputTimeField(String outputTimeField)
Sets the Output Time Field parameter of this tool . |
void |
setOutputTimeZone(String outputTimeZone)
Sets the Output Time Zone 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 ConvertTimeZone()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ConvertTimeZone(Object inTable, Object inputTimeField, String inputTimeZone, String outputTimeField)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTable
- the input feature class or table that contains the time stamps which will be transformed to a different time zone.inputTimeField
- the input field
that contains the time
stamps which will be transformed to a different time zone.inputTimeZone
- the input time zone in which the time
stamps were collected.outputTimeField
- the output field in which the transformed time
stamps will be stored.Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- the input feature class or table that contains the time stamps which will be transformed to a different time zone.public Object getInputTimeField()
public void setInputTimeField(Object inputTimeField)
inputTimeField
- the input field
that contains the time
stamps which will be transformed to a different time zone.public String getInputTimeZone()
public void setInputTimeZone(String inputTimeZone)
inputTimeZone
- the input time zone in which the time
stamps were collected.public String getOutputTimeField()
public void setOutputTimeField(String outputTimeField)
outputTimeField
- the output field in which the transformed time
stamps will be stored.public String getOutputTimeZone()
public void setOutputTimeZone(String outputTimeZone)
outputTimeZone
- the time zone to which the time
stamps will be transformed.public String getInputDst()
public void setInputDst(String inputDst)
inputDst
- indicates whether the time
stamps were collected in Daylight Savings Time. When reading the time values to convert the time zone, the time values will be adjusted to account for the shift in time during Daylight Savings Time in the input time zone. by default, the shift in time due to Daylight Savings Time in the input time zone is ignored when reading the time values from the input time field.public String getOutputDst()
public void setOutputDst(String outputDst)
outputDst
- indicates whether the output time values will account for the shift in time due to the Daylight Savings Time in the desired output time zone. by default, the shift in time due to the Daylight Savings Time in the desired output time zone is ignored when writing the time values to the output time field.public Object getOutTable()
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 |