public class CoordinateCircleDistanceFn extends Object implements DistanceFn<org.locationtech.jts.geom.Coordinate>
| Modifier and Type | Field and Description |
|---|---|
protected static org.opengis.referencing.crs.CoordinateReferenceSystem |
DEFAULT_CRS |
| Constructor and Description |
|---|
CoordinateCircleDistanceFn() |
| Modifier and Type | Method and Description |
|---|---|
protected org.opengis.referencing.crs.CoordinateReferenceSystem |
getCRS() |
double |
measure(org.locationtech.jts.geom.Coordinate c1,
org.locationtech.jts.geom.Coordinate c2) |
protected static final org.opengis.referencing.crs.CoordinateReferenceSystem DEFAULT_CRS
public double measure(org.locationtech.jts.geom.Coordinate c1,
org.locationtech.jts.geom.Coordinate c2)
measure in interface DistanceFn<org.locationtech.jts.geom.Coordinate>protected org.opengis.referencing.crs.CoordinateReferenceSystem getCRS()
Copyright © 2013–2022. All rights reserved.