Filter

class Filter

The structure representing the filters supported by a RasterDataCollection.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum value of the filter.

Link copied to clipboard

The minimum value of the filter.

Link copied to clipboard

The name of the filter.

Link copied to clipboard

The type of the filter being used.

Functions

Link copied to clipboard
inline fun copy(block: Filter.Builder.() -> Unit = {}): Filter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String