Package

vectorpipe.relations

utils

Permalink

package utils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class PartialCoordinateSequence extends CoordinateSequence

    Permalink
  2. class ReversedCoordinateSequence extends CoordinateSequence

    Permalink
  3. class VirtualCoordinateSequence extends CoordinateSequence

    Permalink

Value Members

  1. def isEqual(cs1: CoordinateSequence, cs2: CoordinateSequence): Boolean

    Permalink

    Tests whether two CoordinateSequences are equal.

    Tests whether two CoordinateSequences are equal. To be equal, the sequences must be the same length. They do not need to be of the same dimension, but the ordinate values for the smallest dimension of the two must be equal. Two NaN ordinates values are considered to be equal.

    Ported to Scala from JTS 1.15.0

    cs1

    a CoordinateSequence

    cs2

    a CoordinateSequence

    returns

    true if the sequences are equal in the common dimensions

Inherited from AnyRef

Inherited from Any

Ungrouped