Packages

  • package root
    Definition Classes
    root
  • package scalation
    Definition Classes
    root
  • package columnar_db

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package.

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package. Basic type definitions are given.

    Definition Classes
    scalation
  • package graph_db

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

    Definition Classes
    scalation
  • package graphalytics

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

    Definition Classes
    scalation
  • package image

    The image package contains classes, traits and objects for image processing and computer vision.

    The image package contains classes, traits and objects for image processing and computer vision.

    Definition Classes
    scalation
  • package scala3d

    The scala3d package contains classes, traits and objects for for simple 3D graphics in scala, based upon javafx.

    The scala3d package contains classes, traits and objects for for simple 3D graphics in scala, based upon javafx. Its package object contains type aliases for 'javafx.geometry.Point3D' and all subclasses of 'javafx.scene.shape.Shape3D'.

    Definition Classes
    scalation
  • package spatial
    Definition Classes
    scalation
  • Earth
  • LatLong2UTM
  • LatitudeLongitude
  • LatitudeLongitudeTest
  • LatitudeLongitudeTest2
  • LatitudeLongitudeTest3
  • LatitudeLongitudeTest4
  • Matrix2D
  • Matrix2DTest
  • Matrix3D
  • Matrix3DTest
  • UTM2LatLong
  • Vector2D
  • Vector2DTest
  • Vector2DTest2
  • Vector3D
  • Vector3DTest
p

scalation

spatial

package spatial

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class LatitudeLongitude(lat: Double, long: Double) extends Product with Serializable

    The LatitudeLongitude class stores Latitude-Longitude coordinates.

  2. class Matrix2D extends MatrixD

    The Matrix2D class stores and operates on Numeric Matrices of base type Double and having 2 coordinates (x, y).

  3. class Matrix3D extends MatrixD

    The Matrix3D class stores and operates on Numeric Matrices of base type Double and having 3 coordinates (x, y, z).

  4. class Vector2D extends VectorD

    The Vector2D class stores and operates on Numeric Vectors of base type Double and having 2 coordinates (x, y).

  5. class Vector3D extends VectorD

    The Vector3D class stores and operates on Numeric Vectors of base type Double and having 3 coordinates (x, y, z).

Value Members

  1. object Earth

    The Earth object stores basic Earth properties.

    The Earth object stores basic Earth properties.

    See also

    en.wikipedia.org/wiki/Earth_radius

  2. object LatLong2UTM extends Error

    The LatLong2UTM support conversion from Latitude-Longitude to UTM coordinates

  3. object LatitudeLongitudeTest extends App

    The LatitudeLongitudeTest object tests the UTM to Lat Long conversions in both directions.

    The LatitudeLongitudeTest object tests the UTM to Lat Long conversions in both directions. > runMain scalation.spatial.LatitudeLongitudeTest

  4. object LatitudeLongitudeTest2 extends App

    The LatitudeLongitudeTest2 object tests distance calculations based on latitude longitude locations for typical elevation (Athens, GA to Atlanta, GA).

    The LatitudeLongitudeTest2 object tests distance calculations based on latitude longitude locations for typical elevation (Athens, GA to Atlanta, GA). > runMain scalation.spatial.LatitudeLongitudeTest2

  5. object LatitudeLongitudeTest3 extends App

    The LatitudeLongitudeTest3 object tests distance calculations based on latitude longitude locations for high elevation (Aspen, CO to Breckenridge, CO).

    The LatitudeLongitudeTest3 object tests distance calculations based on latitude longitude locations for high elevation (Aspen, CO to Breckenridge, CO). > runMain scalation.spatial.LatitudeLongitudeTest3

  6. object LatitudeLongitudeTest4 extends App

    The LatitudeLongitudeTest4 object tests the 'kNearest' method used to find locations near by to Athens, GA.

    The LatitudeLongitudeTest4 object tests the 'kNearest' method used to find locations near by to Athens, GA. > runMain scalation.spatial.LatitudeLongitudeTest4

  7. object Matrix2D extends Error with Serializable

    The Matrix2D companion object provides factory methods for creating vectors.

  8. object Matrix2DTest extends App

    The Matrix2DTest object is used to test the Matrix2D class.

    The Matrix2DTest object is used to test the Matrix2D class. > runMain scalation.spatial.Matrix2DTest

  9. object Matrix3D extends Error with Serializable

    The Matrix3D companion object provides factory methods for creating vectors.

  10. object Matrix3DTest extends App

    The Matrix3DTest object is used to test the Matrix3D class.

    The Matrix3DTest object is used to test the Matrix3D class. > runMain scalation.spatial.Matrix3DTest

  11. object UTM2LatLong

    The UTM2LatLong support conversion from UTM coordinates to Latitude-Longitude.

  12. object Vector2D extends Serializable

    The Vector2D companion object provides factory methods for creating vectors.

  13. object Vector2DTest extends App

    The Vector2DTest object is used to test the Vector2D class.

    The Vector2DTest object is used to test the Vector2D class. It tests basic opertions. > runMain scalation.spatial.Vector2DTest

  14. object Vector2DTest2 extends App

    The Vector2DTest2 object is used to test the Vector2D class.

    The Vector2DTest2 object is used to test the Vector2D class. It tests the conversion of LatitudeLongitude to local (x, y) coordinates > runMain scalation.spatial.Vector2DTest2

  15. object Vector3D extends Serializable

    The Vector3D companion object provides factory methods for creating vectors.

  16. object Vector3DTest extends App

    The Vector3DTest object is used to test the Vector3D class.

    The Vector3DTest object is used to test the Vector3D class. > runMain scalation.spatial.Vector3DTest

Ungrouped