public final class ClosestPoints extends Object
| Modifier and Type | Method and Description |
|---|---|
IFeatureGeometry |
asFeatureGeometry()
Returns a geometry from the first point to the second point.
|
Length |
getDistance()
Returns the distance of the two points.
|
IPoint |
getFirstPoint()
Returns the closest point on the first geometry.
|
IPoint |
getSecondPoint()
Returns the closest point on the second geometry.
|
public IPoint getFirstPoint()
public IPoint getSecondPoint()
public Length getDistance()
public IFeatureGeometry asFeatureGeometry()