Constructors

Properties

Constructors

  • Parameters

    • options: {
          extent: Extent;
          id: string;
          max?: number;
          min?: number;
          texture: Texture;
      }

      options

      • extent: Extent

        The extent

      • id: string

        The unique identifier of this result.

      • Optional max?: number

        The maximum value of this image (if applicable).

      • Optional min?: number

        The minimum value of this image (if applicable).

      • texture: Texture

        The texture

    Returns ImageResult

Properties

extent: Extent
id: string
max: number
min: number
texture: Texture