geotrellis.raster.op.focal.CostDistance

Dir

final class Dir extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Dir
  2. AnyRef
  3. Any
Implicitly
  1. by implicitLiteral
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Dir(dc: Int, dr: Int)

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Dir to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Dir, B)

    Implicit information
    This member is added by an implicit conversion from Dir to ArrowAssoc[Dir] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def apply(c: Int, r: Int): (Int, Int)

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def canEqual(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Equals
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. lazy val cornerOffsets: Array[(Int, Int)]

  13. val dc: Int

  14. val debug: Boolean

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  15. val diag: Boolean

  16. def dispatch(dispatcher: ActorRef): DispatchedOperation[Dir]

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  17. val dr: Int

  18. def ensuring(cond: (Dir) ⇒ Boolean, msg: ⇒ Any): Dir

    Implicit information
    This member is added by an implicit conversion from Dir to Ensuring[Dir] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Dir) ⇒ Boolean): Dir

    Implicit information
    This member is added by an implicit conversion from Dir to Ensuring[Dir] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): Dir

    Implicit information
    This member is added by an implicit conversion from Dir to Ensuring[Dir] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): Dir

    Implicit information
    This member is added by an implicit conversion from Dir to Ensuring[Dir] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  24. def filter(f: (Dir) ⇒ Boolean): Operation[Dir]

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def flatMap[U](f: (Dir) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  27. def foreach[U](f: (Dir) ⇒ U): Unit

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  28. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Dir to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def map[U](f: (Dir) ⇒ U): Operation[U]

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  33. def name: String

    Return operation identified (class simple name).

    Return operation identified (class simple name).

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. val nextSteps: PartialFunction[Any, StepOutput[Dir]]

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def processNextSteps(args: List[Any]): StepOutput[Dir]

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  39. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Product
  40. def productElement(n: Int): Any

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Product
  41. def productIterator: Iterator[Any]

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Product
  42. def productPrefix: String

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Product
  43. def run(context: Context): StepOutput[Dir]

    Execute this operation and return the result.

    Execute this operation and return the result.

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  44. def runAsync(args: List[Any]): StepOutput[Dir]

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. lazy val unitDistance: Double

  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. def withResult[U](f: (Dir) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Same as flatMap.

    Implicit information
    This member is added by an implicit conversion from Dir to Operation[Dir] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[Dir] is in scope.
    Definition Classes
    Operation
  52. def [B](y: B): (Dir, B)

    Implicit information
    This member is added by an implicit conversion from Dir to ArrowAssoc[Dir] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Dir to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dir: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Dir to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dir: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Dir

    Implicit information
    This member is added by an implicit conversion from Dir to ArrowAssoc[Dir] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dir: ArrowAssoc[Dir]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Dir

    Implicit information
    This member is added by an implicit conversion from Dir to Ensuring[Dir] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dir: Ensuring[Dir]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion implicitLiteral from Dir to Operation[Dir]

Inherited by implicit conversion any2stringadd from Dir to StringAdd

Inherited by implicit conversion any2stringfmt from Dir to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Dir to ArrowAssoc[Dir]

Inherited by implicit conversion any2Ensuring from Dir to Ensuring[Dir]

Ungrouped