|
NetTopologySuite
|
Classes | |
| class | CoordinateArraySequence |
| A ICoordinateSequence backed by an array of Coordinates. This is the implementation that IGeometrys use by default. Coordinates returned by ToCoordinateArray, GetCoordinate(int) and GetCoordinate(int, Coordinate) are live – modifications to them are actually changing the CoordinateSequence's underlying data. A dimension may be specified for the coordinates in the sequence, which may be 2 or 3. The actual coordinates will always have 3 ordinates, but the dimension is useful as metadata in some situations. More... | |
| class | CoordinateArraySequenceFactory |
| Creates CoordinateSequences represented as an array of Coordinates. More... | |
| class | DotSpatialAffineCoordinateSequence |
| A coordinate sequence that follows the dotspatial shape range More... | |
| class | DotSpatialAffineCoordinateSequenceFactory |
| A coordinate sequence factory class that creates DotSpatial's Shape/ShapeRange like coordinate sequences. More... | |
| class | PackedCoordinateSequence |
A CoordinateSequence implementation based on a packed arrays. A CoordinateSequence implementation based on a packed arrays. More... | |
| class | PackedCoordinateSequenceFactory |
| Builds packed array coordinate sequences. The array data type can be either double or float, and defaults to double. More... | |
| class | PackedDoubleCoordinateSequence |
| Packed coordinate sequence implementation based on doubles. More... | |
| class | PackedFloatCoordinateSequence |
| Packed coordinate sequence implementation based on floats. More... | |