Module com.esri.arcgisruntime
Class GeoprocessingDate
java.lang.Object
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingParameter
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingDate
Corresponds to GPDate parameter type in the service REST specification.
- Since:
- 100.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingParameter
GeoprocessingParameter.Type
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GeoprocessingDate
public GeoprocessingDate()Creates an instance. The value defaults to the epoch.- Since:
- 100.0.0
-
GeoprocessingDate
Creates an instance.- Parameters:
value
- the value of the parameter- Throws:
IllegalArgumentException
- if value is null- Since:
- 100.0.0
-
-
Method Details
-
getValue
Returns the value.- Returns:
- the value
- Since:
- 100.0.0
-
setValue
Sets the value.- Parameters:
value
- the value to set- Throws:
IllegalArgumentException
- if value is null- Since:
- 100.0.0
-