geotrellis.spark.io.hadoop.formats

NetCdfInputFormat

object NetCdfInputFormat extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NetCdfInputFormat
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Day: Char

  7. val Days: String

  8. val DefaultDateTimeFormat: String

  9. val Hour: Char

  10. val Hours: String

  11. val Minute: Char

  12. val Minutes: String

  13. val Month: Char

  14. val Months: String

  15. val Second: Char

  16. val Seconds: String

  17. val Type: Char

  18. val Year: Char

  19. val Years: String

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def incrementDate(timeType: String, v: Double, base: DateTime): DateTime

    Increments the base date given by v time-type time steps.

    Increments the base date given by v time-type time steps.

    timeType

    The type of the time step.

    v

    The float value of the number of time-type time steps.

    base

    The date to be incremented.

    returns

    The incremented DateTime.

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def readTypeAndDate(input: String, dateTimeFormat: String = DefaultDateTimeFormat, yearOffset: Int = 0, monthOffset: Int = 0, dayOffset: Int = 0): (String, DateTime)

    This method reads the type and date from a NetCdf time units string.

    This method reads the type and date from a NetCdf time units string.

    An example of such as string is "days since 1950-01-01".

    This method takes the following parameters:

    input

    The input string to be parsed.

    dateTimeFormat

    The format for the date time format. This String needs to specify where the type is, and where the year is declared. It can also declare the months and days. For our example string above the DateTimeFormat should look be "TTTT*******YYYY*MM*DD". You can also use hours (h), minutes (m) or seconds 's'.

    yearOffset

    The year offset for the date time.

    dayOffset

    The day offset for the date time.

    returns

    A tuple with the type as a string and the date time object.

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. val validTimeTypes: Seq[String]

  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped