public class MaxDistanceOp extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MaxDistanceOp.MaxDistanceFilter |
| Constructor and Description |
|---|
MaxDistanceOp(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Coordinate[] |
getCoordinatesDistance()
Return the two coordinates to build the max distance line
|
Double |
getDistance()
Return the max distance
|
public MaxDistanceOp(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
public Double getDistance()
public org.locationtech.jts.geom.Coordinate[] getCoordinatesDistance()
Copyright © 2019 CNRS. All rights reserved.