Class LatLonVectorsEvaluator

All Implemented Interfaces:
Serializable, ManyValueWorker, StreamEvaluator, ValueWorker, Expressible

public class LatLonVectorsEvaluator extends RecursiveObjectEvaluator implements ManyValueWorker
The LatLonVectorsEvaluator maps to the latlonVectors Math Expression. The latlonVectors expression takes a list of Tuples that contain a lat,lon point field and a named parameter called field as input. The field parameter specifies which field to parse the lat,lon vectors from in the Tuples.

The latlonVectors function returns a matrix of lat,lon vectors. Each row in the matrix contains a single lat,lon pair.

See Also: