Maven module :un.api : api-geometry :
Class : un.impl.geometry.operation.Nearest
Extends/Implements : un.impl.geometry.operation.AbstractBinaryOperation
Subclasses : -

Find the nearest points between 2 geometries.
author  Johann Sorel


Variables : -
Functions : Nearest, getName, nearest, nearest



public void Nearest (Geometry first, Geometry second)

public Chars getName ()


See Distance.
param  line1Coords
param  buffer1
param  line2Coords
param  line2End
param  buffer2
param  ratio
param  offset : will store the segment offset of the nearest points
param  epsilon
public void nearest (Sequence line1Coords, double[] buffer1, Sequence line2Coords, double[] buffer2, double[] ratio, int[] offset, double epsilon)

public void nearest (double[] line1Coords, int size1, double[] buffer1, double[] line2Coords, int size2, double[] buffer2, double[] ratio, int[] offset, double epsilon)