Packages

case class BinResult(results: Iterator[Array[Byte]]) extends AbstractCalcResult with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractCalcResult, CalcResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinResult
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractCalcResult
  7. CalcResult
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BinResult(results: Iterator[Array[Byte]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  8. def getValue(): Iterator[Array[Byte]]
    Definition Classes
    BinResult → AbstractCalcResult → CalcResult
  9. def isCompatible(arg0: CalcResult): Boolean
    Definition Classes
    AbstractCalcResult → CalcResult
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def merge(arg0: CalcResult): CalcResult
    Definition Classes
    AbstractCalcResult → CalcResult
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. val results: Iterator[Array[Byte]]
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toArray(): Array[AnyRef]
    Definition Classes
    AbstractCalcResult → CalcResult
  18. def toDouble(): Double
    Definition Classes
    AbstractCalcResult → CalcResult
  19. def toEnvelope(): Envelope
    Definition Classes
    AbstractCalcResult → CalcResult
  20. def toFloat(): Float
    Definition Classes
    AbstractCalcResult → CalcResult
  21. def toGeometry(): Geometry
    Definition Classes
    AbstractCalcResult → CalcResult
  22. def toInt(): Int
    Definition Classes
    AbstractCalcResult → CalcResult
  23. def toList(): List[AnyRef]
    Definition Classes
    AbstractCalcResult → CalcResult
  24. def toLong(): Long
    Definition Classes
    AbstractCalcResult → CalcResult
  25. def toMap(): Map[_, _]
    Definition Classes
    AbstractCalcResult → CalcResult
  26. def toPoint(): Point
    Definition Classes
    AbstractCalcResult → CalcResult
  27. def toSet(): Set[_]
    Definition Classes
    AbstractCalcResult → CalcResult
  28. def toString(): String
    Definition Classes
    AbstractCalcResult → CalcResult → AnyRef → Any
  29. def toStringArray(): Array[String]
    Definition Classes
    AbstractCalcResult
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractCalcResult

Inherited from CalcResult

Inherited from AnyRef

Inherited from Any

Ungrouped