Module com.esri.arcgisruntime
Class GeoprocessingDouble
java.lang.Object
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingParameter
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingDouble
Corresponds to GPDouble 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
-
GeoprocessingDouble
public GeoprocessingDouble()Creates an instance. The value defaults to 0.0.- Since:
- 100.0.0
-
GeoprocessingDouble
public GeoprocessingDouble(double value) Creates an instance.- Parameters:
value
- the value of the parameter
-
-
Method Details
-
getValue
public double getValue()Returns the value.- Returns:
- the value
- Since:
- 100.0.0
-
setValue
public void setValue(double value) Sets the value.- Parameters:
value
- the value to set- Since:
- 100.0.0
-