643644645646647648649
/** * @see Distance */ public GeoPipeline calculateDistance(Geometry reference) { return addPipe(new Distance(reference)); }