|
NetTopologySuite
|
Classes | |
| class | AbstractPreparedPolygonContains |
| A base class containing the logic for computes the contains and covers spatial relationship predicates for a PreparedPolygon relative to all other IGeometry classes. Uses short-circuit tests and indexing to improve performance. /summary> | |
| class | BasicPreparedGeometry |
| A base class for IPreparedGeometry subclasses. /summary> More... | |
| class | LineIntersectionAdder |
| Computes the intersections between two line segments in ISegmentStrings and adds them to each string. More... | |
| class | LineNode |
| class | LineTopology |
| class | PreparedGeometryFactory |
| A factory for creating IPreparedGeometrys. It chooses an appropriate implementation of PreparedGeometry based on the geoemtric type of the input geometry. /summary> More... | |
| class | PreparedLineString |
| A prepared version for ILineal geometries. More... | |
| class | PreparedLineStringIntersects |
| Computes the intersects spatial relationship predicate for a target PreparedLineString relative to other IGeometry classes. /summary> | |
| class | PreparedPoint |
| A prepared version for IPuntal geometries. More... | |
| class | PreparedPolygon |
| A prepared version for IPolygonal geometries. This class supports both IPolygons and IMultiPolygons. More... | |
| class | PreparedPolygonContains |
Computes the contains spatial relationship predicate for a PreparedPolygon relative to all other IGeometry classes. Uses short-circuit tests and indexing to improve performance. | |
| class | PreparedPolygonContainsProperly |
Computes the containsProperly spatial relationship predicate for PreparedPolygons relative to all other Geometry classes.Uses short-circuit tests and indexing to improve performance. /summary> remarks> | |
| class | PreparedPolygonCovers |
Computes the Covers spatial relationship predicate for a PreparedPolygon relative to all other IGeometry classes. /summary> | |
| class | PreparedPolygonIntersects |
| Computes the intersects spatial relationship predicate for PreparedPolygons relative to all other IGeometry classes. /summary> | |
| class | PreparedPolygonLineIntersection |
| Computes the SpatialFunction.Intersection spatial overlay function for a target PreparedLineString relative to other IGeometry classes. /summary> More... | |
| class | PreparedPolygonPredicate |
| A base class for predicate operations on PreparedPolygons. /summary> <author>mbdavis</author> | |