IndexedPointInPolygonsLocator class

Determines the location of a point in the polygonal elements of a geometry. Uses spatial indexing to provide efficient performance.

@author mdavis

Implemented types

Constructors

IndexedPointInPolygonsLocator(Geometry geometry)

Properties

geometry Geometry
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index STRtree?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → void
locate(Coordinate p) int
Determines the {@link Location} of a point in the {@link Geometry}.
override
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