Packages

p

scalation

spatial

package spatial

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

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