Package

org.locationtech.rasterframes

tiles

Permalink

package tiles

Visibility
  1. Public
  2. All

Type Members

  1. abstract class FixedDelegatingTile extends DelegatingTile

    Permalink

    Workaround for case where combine is invoked on two delegating tiles.

    Workaround for case where combine is invoked on two delegating tiles. Remove after https://github.com/locationtech/geotrellis/issues/3153 is fixed and integrated

    Since

    8/22/18

  2. class InternalRowTile extends FixedDelegatingTile

    Permalink

    Wrapper around a Tile encoded in a Catalyst InternalRow, for the purpose of providing compatible semantics over common operations.

    Wrapper around a Tile encoded in a Catalyst InternalRow, for the purpose of providing compatible semantics over common operations.

    Since

    11/29/17

  3. abstract class ProjectedRasterTile extends FixedDelegatingTile with ProjectedRasterLike

    Permalink

    A Tile that's also like a ProjectedRaster, with delayed evaluation support.

    A Tile that's also like a ProjectedRaster, with delayed evaluation support.

    Since

    9/5/18

  4. class ShowableTile extends FixedDelegatingTile

    Permalink

Value Members

  1. object InternalRowTile extends Serializable

    Permalink
  2. object ProjectedRasterTile extends Serializable

    Permalink
  3. object ShowableTile extends Serializable

    Permalink

Ungrouped