Class GeoprocessingDouble

java.lang.Object
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingParameter
com.esri.arcgisruntime.tasks.geoprocessing.GeoprocessingDouble

public final class GeoprocessingDouble extends GeoprocessingParameter
Corresponds to GPDouble parameter type in the service REST specification.
Since:
100.0.0
  • 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