Namespace NetTopologySuite.Geometries.Prepared
Classes
BasicPreparedGeometry
A base class for IPreparedGeometry subclasses.
PreparedGeometryFactory
A factory for creating IPreparedGeometrys. It chooses an appropriate implementation of PreparedGeometry based on the geometric type of the input geometry.
In the future, the factory may accept hints that indicate special optimizations which can be performed. Instances of this class are thread-safe.PreparedLineString
A prepared version for ILineal geometries.
Instances of this class are thread-safe
.PreparedPoint
A prepared version for IPuntal geometries.
Instances of this class are thread-safe.
PreparedPolygon
A prepared version for IPolygonal geometries. This class supports both Polygons and MultiPolygons.
This class does not support MultiPolygons which are non-valid (e.g. with overlapping elements).
Instances of this class are thread-safe and immutable.Interfaces
IPreparedGeometry
An interface for classes which prepare Geometrys in order to optimize the performance of repeated calls to specific geometric operations.