Packages

t

geotrellis.vector.mesh

CompleteIndexedPointSet

trait CompleteIndexedPointSet extends IndexedPointSet

A more specific version of IndexedPointSet guaranteeing that every index from 0 to length-1 has an associated Coordinate.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompleteIndexedPointSet
  2. IndexedPointSet
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getX(i: Int): Double
    Definition Classes
    IndexedPointSet
  2. abstract def getY(i: Int): Double
    Definition Classes
    IndexedPointSet
  3. abstract def getZ(i: Int): Double
    Definition Classes
    IndexedPointSet
  4. abstract def length: Int

    Returns the number of points in the collection.

    Returns the number of points in the collection.

    Definition Classes
    IndexedPointSet

Concrete Value Members

  1. def apply(i: Int): Coordinate
    Definition Classes
    IndexedPointSet
  2. def distance(i1: Int, i2: Int): Double
    Definition Classes
    IndexedPointSet
  3. def getCoordinate(i: Int): Coordinate

    Returns the coordinate at index i.

    Returns the coordinate at index i.

    Definition Classes
    IndexedPointSet
  4. def getPoint(i: Int): Point
    Definition Classes
    IndexedPointSet