Packages

object geotypes

Source
GeoP.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. geotypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type GeoCoordinates = Coordinates
  2. final type GeoKeyAndCoord = KeyAndCoordinates
  3. final type GeoKeyAndDist = KeyAndDistance
  4. final type GeoKeyAndHash = KeyAndHash
  5. final type GeoKeyCoordAndDist = KeyCoordinatesAndDistance
  6. final type GeoKeyCoordAndHash = KeyCoordinatesAndHash
  7. final type GeoKeyCoordDistAndHash = KeyCoordinatesDistanceAndHash
  8. final type GeoKeyDistAndHash = KeyDistanceAndHash
  9. final type GeoPosition = Position
  10. final type GeoRadiusMode = RadiusMode
  11. final type GeoStoreMode = StoreMode
  12. final type GeoUnit = Unit

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 val GeoCoordinates: Coordinates.type
  5. final val GeoKeyAndCoord: KeyAndCoordinates.type
  6. final val GeoKeyAndDist: KeyAndDistance.type
  7. final val GeoKeyAndHash: KeyAndHash.type
  8. final val GeoKeyCoordAndDist: KeyCoordinatesAndDistance.type
  9. final val GeoKeyCoordAndHash: KeyCoordinatesAndHash.type
  10. final val GeoKeyCoordDistAndHash: KeyCoordinatesDistanceAndHash.type
  11. final val GeoKeyDistAndHash: KeyDistanceAndHash.type
  12. final val GeoPosition: Position.type
  13. final val GeoRadiusMode: RadiusMode.type
  14. final val GeoStoreBoth: Both.type
  15. final val GeoStoreDistance: Distance.type
  16. final val GeoStoreHash: Hash.type
  17. final val GeoUnit: Unit.type
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped