Packages

t

geotrellis.raster

SourcePath

trait SourcePath extends SourceName

Represents the path to data that is to be read.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SourcePath
  2. SourceName
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def value: String

    The given path to the data.

    The given path to the data. This can be formatted in a number of different ways depending on which RasterSource is to be used. For more information on the different ways of formatting this string, see the docs on the DataPath for that given soure.

Concrete Value Members

  1. def toString(): String
    Definition Classes
    SourcePath → AnyRef → Any
  2. def toURI: URI