Interface FilledMapAggregatedFieldWells.Builder

    • Method Detail

      • geospatial

        FilledMapAggregatedFieldWells.Builder geospatial​(Collection<DimensionField> geospatial)

        The aggregated location field well of the filled map. Values are grouped by location fields.

        Parameters:
        geospatial - The aggregated location field well of the filled map. Values are grouped by location fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • geospatial

        FilledMapAggregatedFieldWells.Builder geospatial​(DimensionField... geospatial)

        The aggregated location field well of the filled map. Values are grouped by location fields.

        Parameters:
        geospatial - The aggregated location field well of the filled map. Values are grouped by location fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FilledMapAggregatedFieldWells.Builder values​(Collection<MeasureField> values)

        The aggregated color field well of a filled map. Values are aggregated based on location fields.

        Parameters:
        values - The aggregated color field well of a filled map. Values are aggregated based on location fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FilledMapAggregatedFieldWells.Builder values​(MeasureField... values)

        The aggregated color field well of a filled map. Values are aggregated based on location fields.

        Parameters:
        values - The aggregated color field well of a filled map. Values are aggregated based on location fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.