org.locationtech.rasterframes.extensions
Default RasterFrameLayer column name for the center coordinates of the tile's bounds.
Default RasterFrameLayer column name for the center coordinates of the tile's bounds.
Default column index column for the cells of exploded tiles.
Default column index column for the cells of exploded tiles.
Default CRS column name.
Default CRS column name.
Default Extent column name.
Default Extent column name.
Default RasterFrameLayer column name for an tile extent as geometry value.
Default RasterFrameLayer column name for an tile extent as geometry value.
Default GeoTiff tags column.
Default GeoTiff tags column.
URI/URL/S3 path to raster.
URI/URL/S3 path to raster.
Default ProjectedExtent column name.
Default ProjectedExtent column name.
Default column name for a tile with its CRS and Extent.
Default column name for a tile with its CRS and Extent.
Default teil column index column for the cells of exploded tiles.
Default teil column index column for the cells of exploded tiles.
Default RasterFrameLayer column name for an added spatial index.
Default RasterFrameLayer column name for an added spatial index.
Default RasterFrameLayer spatial column name.
Default RasterFrameLayer spatial column name.
Default RasterFrameLayer temporal column name.
Default RasterFrameLayer temporal column name.
Default RasterFrameLayer tile column name.
Default RasterFrameLayer tile column name.
Default RasterFrameLayer TileFeature.data
column name.
Default RasterFrameLayer TileFeature.data
column name.
Default RasterFrameLayer timestamp column name
Default RasterFrameLayer timestamp column name
Returns the key-space to map-space coordinate transform.
Append a column containing the CRS of the layer.
Append a column containing the CRS of the layer.
name of column to append. Defaults to "crs"
updated RasterFrameLayer
Append a column containing the center of the row's spatial key.
Append a column containing the center of the row's spatial key. Coordinate is in native CRS.
name of column to append. Defaults to "center"
updated RasterFrameLayer
Append a column containing the center of the row's spatial key.
Append a column containing the center of the row's spatial key. Coordinate is in (longitude, latitude) (EPSG:4326).
name of column to append. Defaults to "center"
updated RasterFrameLayer
Append a column containing the extent of the row's spatial key.
Append a column containing the extent of the row's spatial key. Coordinates are in native CRS.
name of column to append. Defaults to "extent"
updated RasterFrameLayer
Append a column containing the bounds of the row's spatial key.
Append a column containing the bounds of the row's spatial key. Coordinates are in native CRS.
name of column to append. Defaults to "geometry"
updated RasterFrameLayer
Appends a spatial index column
Appends a spatial index column
name of new column to create. Defaults to index
if true, adds .orderBy(asc(colName))
to result. Defaults to true
RasterFrameLayer with index column.
RasterFrameLayer extension methods associated with adding spatially descriptive columns.
12/15/17