package raster
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class BandData(index: Int, width: Int, height: Int, serializedRaster: Array[Byte]) extends Product with Serializable
- case class RS_Add(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_AddBand(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_AddBandFromArray(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Array(inputExpressions: Seq[Expression]) extends Expression with ImplicitCastInputTypes with CodegenFallback with UserDataGenerator with Product with Serializable
- case class RS_AsArcGrid(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_AsBase64(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_AsGeoTiff(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_AsImage(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_AsMatrix(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_AsPNG(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_AsRaster(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Band(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_BandAsArray(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_BandIsNoData(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_BandNoDataValue(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_BandPixelType(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_BitwiseAnd(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_BitwiseOr(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Clip(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Contains(inputExpressions: Seq[Expression]) extends RS_Predicate with CodegenFallback with Product with Serializable
- case class RS_ConvexHull(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Count(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_CountValue(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Divide(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Envelope(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_FetchRegion(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_FromArcInfoAsciiGrid(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_FromGeoTiff(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_FromNetCDF(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_GeoReference(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_GeoTransform(inputExpressions: Seq[Expression]) extends Expression with CodegenFallback with ExpectsInputTypes with Product with Serializable
- case class RS_GreaterThan(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_GreaterThanEqual(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Height(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Interpolate(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Intersects(inputExpressions: Seq[Expression]) extends RS_Predicate with CodegenFallback with Product with Serializable
- case class RS_LessThan(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_LessThanEqual(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_LogicalDifference(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_LogicalOver(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_MakeEmptyRaster(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_MakeRaster(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_MakeRasterForTesting(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_MapAlgebra(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Mean(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Metadata(inputExpressions: Seq[Expression]) extends Expression with CodegenFallback with ExpectsInputTypes with Product with Serializable
- case class RS_MinConvexHull(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Mode(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Modulo(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Multiply(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_MultiplyFactor(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_NetCDFInfo(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Normalize(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_NormalizeAll(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_NormalizedDifference(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_NumBands(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_PixelAsCentroid(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_PixelAsCentroids(inputExpressions: Seq[Expression]) extends Expression with CodegenFallback with ExpectsInputTypes with Product with Serializable
- case class RS_PixelAsPoint(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_PixelAsPoints(inputExpressions: Seq[Expression]) extends Expression with CodegenFallback with ExpectsInputTypes with Product with Serializable
- case class RS_PixelAsPolygon(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_PixelAsPolygons(inputExpressions: Seq[Expression]) extends Expression with CodegenFallback with ExpectsInputTypes with Product with Serializable
- abstract class RS_Predicate extends Expression with FoldableExpression with ExpectsInputTypes with NullIntolerant
- case class RS_RasterToWorldCoord(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_RasterToWorldCoordX(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_RasterToWorldCoordY(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_ReprojectMatch(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Resample(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Rotation(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SRID(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_ScaleX(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_ScaleY(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SetBandNoDataValue(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SetGeoReference(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SetPixelType(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SetSRID(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SetValue(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SetValues(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SkewX(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SkewY(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SquareRoot(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Subtract(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SummaryStats(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_SummaryStatsAll(inputExpressions: Seq[Expression]) extends Expression with CodegenFallback with ExpectsInputTypes with Product with Serializable
- case class RS_Tile(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_TileExplode(children: Seq[Expression]) extends Expression with Generator with CodegenFallback with Product with Serializable
- case class RS_Union(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
-
class
RS_Union_Aggr extends expressions.Aggregator[(GridCoverage2D, Int), ArrayBuffer[BandData], GridCoverage2D]
Return a raster containing bands at given indexes from all rasters in a given column
- case class RS_UpperLeftX(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_UpperLeftY(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Value(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Values(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Width(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_Within(inputExpressions: Seq[Expression]) extends RS_Predicate with CodegenFallback with Product with Serializable
- case class RS_WorldToRasterCoord(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_WorldToRasterCoordX(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_WorldToRasterCoordY(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_ZonalStats(inputExpressions: Seq[Expression]) extends InferredExpression with Product with Serializable
- case class RS_ZonalStatsAll(inputExpressions: Seq[Expression]) extends Expression with CodegenFallback with ExpectsInputTypes with Product with Serializable
Value Members
- object RS_TileExplode extends Serializable
- object implicits