|
|||||||||
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.CalculateEndDate
public class CalculateEndDate
Populates the values for a specified end date field with values calculated using the start date field specified. This tool is useful when the intervals between start date field values are not regular and you want to animate the feature class or table through time or some other value using the Animation toolbar. The Calculate End Date tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
CalculateEndDate()
Creates the Calculate End Date tool with defaults. |
|
CalculateEndDate(Object inputTable,
Object startDateField,
Object endDateField)
Creates the Calculate End Date tool with the required parameters. |
Method Summary | |
---|---|
Object |
getEndDateField()
Returns the End Date Field parameter of this tool . |
Object |
getInputTable()
Returns the Input Table parameter of this tool . |
Object |
getOutputTable()
Returns the Output Table parameter of this tool (Read only). |
Object |
getStartDateField()
Returns the Start Date 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. |
Object |
getUniqueIDFields()
Returns the Unique ID Fields parameter of this tool . |
void |
setEndDateField(Object endDateField)
Sets the End Date Field parameter of this tool . |
void |
setInputTable(Object inputTable)
Sets the Input Table parameter of this tool . |
void |
setStartDateField(Object startDateField)
Sets the Start Date Field parameter of this tool . |
void |
setUniqueIDFields(Object uniqueIDFields)
Sets the Unique ID Fields 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 CalculateEndDate()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CalculateEndDate(Object inputTable, Object startDateField, Object endDateField)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputTable
- the feature class or table for which an end date field is calculated based on the start date field specified.startDateField
- nullendDateField
- nullMethod Detail |
---|
public Object getInputTable()
public void setInputTable(Object inputTable)
inputTable
- the feature class or table for which an end date field is calculated based on the start date field specified.public Object getUniqueIDFields()
public void setUniqueIDFields(Object uniqueIDFields)
uniqueIDFields
- the name of the field or fields that can be used to uniquely identify spatial entities. This field or these fields are used to first sort based on entity type if there is more than one entity. For instance, for a feature class representing population values per state over time, state name could be the unique value field (the entity). If population figures are per county, you would need to set county name and state name as the unique value fields, since some county names are the same for different states. If there is only one entity, this parameter can be ignored.public Object getStartDateField()
public void setStartDateField(Object startDateField)
startDateField
- nullpublic Object getEndDateField()
public void setEndDateField(Object endDateField)
endDateField
- nullpublic Object getOutputTable()
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 |