org
.
locationtech
.
rasterframes
.
ref
RFRasterSource
Related Docs:
object RFRasterSource
|
package ref
abstract
class
RFRasterSource
extends
CellGrid
[
Int
] with
ProjectedRasterLike
with
Serializable
Abstraction over fetching geospatial raster data.
Annotations
@Experimental
()
Since
8/21/18
Linear Supertypes
ProjectedRasterLike
,
CellGrid
[
Int
],
Grid
[
Int
],
Serializable
,
Serializable
,
AnyRef
,
Any
Known Subclasses
DelegatingRasterSource
,
GDALRasterSource
,
HadoopGeoTiffRasterSource
,
InMemoryRasterSource
,
JP2GDALRasterSource
,
JVMGeoTiffRasterSource
,
RangeReaderRasterSource
Ordering
Alphabetic
By Inheritance
Inherited
RFRasterSource
ProjectedRasterLike
CellGrid
Grid
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
RFRasterSource
()
Abstract Value Members
abstract
def
bandCount
:
Int
abstract
def
cellType
:
CellType
Definition Classes
RFRasterSource
→
ProjectedRasterLike
→ CellGrid
abstract
def
cols
:
Int
Definition Classes
ProjectedRasterLike
abstract
def
crs
:
CRS
Definition Classes
RFRasterSource
→
ProjectedRasterLike
abstract
def
extent
:
Extent
Definition Classes
RFRasterSource
→
ProjectedRasterLike
abstract
def
readBounds
(
bounds:
Traversable
[
GridBounds
[
Int
]]
,
bands:
Seq
[
Int
]
)
:
Iterator
[
Raster
[
MultibandTile
]]
abstract
def
rows
:
Int
Definition Classes
ProjectedRasterLike
abstract
def
tags
:
Tags
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
cellSize
:
CellSize
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
dimensions
:
Dimensions
[
Int
]
Definition Classes
Grid
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
gridBounds
:
GridBounds
[
Int
]
def
gridExtent
:
GridExtent
[
Int
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
layoutBounds
(
dims:
Dimensions
[
Int
]
)
:
Seq
[
GridBounds
[
Int
]]
def
layoutExtents
(
dims:
Dimensions
[
Int
]
)
:
Seq
[
Extent
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
rasterExtent
:
RasterExtent
def
read
(
extent:
Extent
,
bands:
Seq
[
Int
] =
SINGLEBAND
)
:
Raster
[
MultibandTile
]
def
read
(
bounds:
GridBounds
[
Int
]
,
bands:
Seq
[
Int
]
)
:
Raster
[
MultibandTile
]
def
readAll
(
dims:
Dimensions
[
Int
] =
NOMINAL_TILE_DIMS
,
bands:
Seq
[
Int
] =
SINGLEBAND
)
:
Seq
[
Raster
[
MultibandTile
]]
def
size
:
Int
Definition Classes
Grid
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tileContext
:
TileContext
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
ProjectedRasterLike
Inherited from
CellGrid
[
Int
]
Inherited from
Grid
[
Int
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Abstraction over fetching geospatial raster data.
8/21/18