IndexedDistanceToPoint class

Constructors

IndexedDistanceToPoint(Geometry targetGeometry)

Properties

facetDistance IndexedFacetDistance?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ptLocater IndexedPointInPolygonsLocator?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetGeometry Geometry
getter/setter pair

Methods

distance(Point pt) double
Computes the distance from a point to the geometry.
init() → void
isInArea(Point pt) bool
nearestPoints(Point pt) List<Coordinate?>?
Gets the nearest locations between the geometry and a point. The first location lies on the geometry, and the second location is the provided point.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited