Class GeoprocessingDouble


  • public final class GeoprocessingDouble
    extends GeoprocessingParameter
    Corresponds to GPDouble parameter type in the service REST specification.
    Since:
    100.0.0
    • Constructor Detail

      • 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 Detail

      • 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