| AttributeStreamBase |
Base class for AttributeStream instances.
|
| AttributeStreamOfDbl |
|
| AttributeStreamOfFloat |
|
| AttributeStreamOfInt16 |
|
| AttributeStreamOfInt32 |
|
| AttributeStreamOfInt32.IntComparator |
|
| AttributeStreamOfInt32.RandomSeed |
|
| AttributeStreamOfInt64 |
|
| AttributeStreamOfInt8 |
|
| BucketSort |
|
| Bufferer |
|
| Bufferer.BufferCommand |
|
| ByteBufferCursor |
An abstract ByteBuffer Cursor class.
|
| ClassicSort |
|
| Clipper |
|
| Clusterer.ClusterCandidate |
|
| Clusterer.ClusterHashFunction |
|
| CombineOperator |
Interface for operators that act on two geometries to produce a new geometry as result.
|
| ConstructOffset.GraphicPoint |
|
| ConstructOffset.IntersectionInfo |
|
| ConvexHull |
|
| ConvexHull.CallBack |
|
| Cutter.CompareVertices |
|
| Cutter.CutEvent |
|
| ECoordinate |
|
| EditShape |
A helper geometry structure that can store MultiPoint, Polyline, Polygon
geometries in linked lists.
|
| EditShape.VertexIterator |
|
| Envelope |
An envelope is an axis-aligned rectangle.
|
| Envelope1D |
A 1-dimensional interval.
|
| Envelope2D |
An axis parallel 2-dimensional rectangle.
|
| Envelope2DIntersectorImpl |
|
| Envelope3D |
A class that represents axis parallel 3D rectangle.
|
| Geometry |
Common properties and methods shared by all geometric objects.
|
| Geometry.GeometryAccelerationDegree |
Describes the degree of acceleration of the geometry.
|
| Geometry.Type |
The type of this geometry.
|
| GeometryAccelerators |
|
| GeometryCursor |
An abstract Geometry Cursor class.
|
| GeometryException |
A runtime exception raised when a geometry related exception occurs.
|
| GeometrySerializer.BaseGeometryData |
Deprecated.
|
| GeometrySerializer.MultiVertexData |
Deprecated.
|
| IndexHashTable |
|
| IndexHashTable.HashFunction |
|
| IndexMultiDCList |
|
| IndexMultiList |
|
| IntervalTreeImpl |
|
| IntervalTreeImpl.IntervalTreeIteratorImpl |
|
| JsonCursor |
An abstract Json String Cursor class.
|
| JsonGeometryException |
A runtime exception raised when a JSON related exception occurs.
|
| JsonReader |
An abstract reader for Json.
|
| JsonReader.Token |
|
| JsonReaderCursor |
An abstract JsonReader Cursor class.
|
| JsonWriter |
|
| Line |
A straight line between a pair of points.
|
| MapGeometry |
The MapGeometry class bundles the geometry with its spatial reference
together.
|
| MapGeometryCursor |
An abstract Geometry Cursor class.
|
| MapOGCStructure |
|
| MathUtils.KahanSummator |
The implementation of the Kahan summation algorithm.
|
| MultiPath |
The MulitPath class is a base class for polygons and polylines.
|
| MultiPathImpl |
|
| MultiPoint |
A Multipoint is a collection of points.
|
| MultiPointImpl |
The MultiPoint is a collection of points.
|
| MultiVertexGeometry |
This class is a base for geometries with many vertices.
|
| MultiVertexGeometryImpl |
This class is a base for geometries with many vertices.
|
| NonSimpleResult |
The result of the IsSimpleXXX.
|
| NonSimpleResult.Reason |
|
| OGCStructure |
|
| Operator |
The base class for Geometry Operators.
|
| Operator.Type |
The operator type enum.
|
| OperatorBoundary |
|
| OperatorBuffer |
Creates buffer polygons around geometries.
|
| OperatorCentroid2D |
|
| OperatorClip |
Clips geometries with Envelope2D.
|
| OperatorContains |
Relational operation Contains.
|
| OperatorConvexHull |
Creates the convex hull of the input geometry.
|
| OperatorCrosses |
Relational operation Crosses.
|
| OperatorCut |
Splits the target polyline or polygon where it is crossed by the cutter polyline.
|
| OperatorCutLocal.CutPair |
|
| OperatorDensifyByLength |
Densifies MultiPath geometries by length so that no segments are longer than
given threshold value.
|
| OperatorDifference |
Difference of geometries.
|
| OperatorDisjoint |
Relational operation Disjoint.
|
| OperatorDistance |
Calculates distance between geometries.
|
| OperatorEquals |
Relational operation Equals.
|
| OperatorExportToESRIShape |
Export to ESRI shape format.
|
| OperatorExportToGeoJson |
Export to GeoJson format.
|
| OperatorExportToJson |
Export to JSON format.
|
| OperatorExportToWkb |
Export to WKB format.
|
| OperatorExportToWkt |
|
| OperatorFactory |
An abstract class that represent the basic OperatorFactory interface.
|
| OperatorFactoryLocal |
An abstract class that represent the basic OperatorFactory interface.
|
| OperatorGeneralize |
Generalizes geometries using Douglas-Peucker algorithm.
|
| OperatorGeodesicBuffer |
|
| OperatorGeodeticArea |
A base class for the ExportToESRIShape Operator.
|
| OperatorGeodeticDensifyByLength |
Densifies the line segments by length, making them run along specified geodetic curves.
|
| OperatorGeodeticLength |
Geodetic length calculation.
|
| OperatorImportFromESRIShape |
Import from ESRI shape format.
|
| OperatorImportFromGeoJson |
|
| OperatorImportFromGeoJsonLocal.GeoJsonType |
|
| OperatorImportFromJson |
Import from JSON format.
|
| OperatorImportFromWkb |
Import from WKB format.
|
| OperatorImportFromWkbLocal.WkbHelper |
|
| OperatorImportFromWkt |
|
| OperatorIntersection |
Intersection of geometries by a given geometry.
|
| OperatorIntersects |
|
| OperatorOffset |
|
| OperatorOffset.JoinType |
Join types for the offset operation.
|
| OperatorOverlaps |
|
| OperatorProject |
Projection of geometries to different coordinate systems.
|
| OperatorProximity2D |
Finds closest vertices of the Geometry.
|
| OperatorRelate |
Performs the Relation operation between two geometries using the DE-9IM matrix encoded as a string.
|
| OperatorShapePreservingDensify |
Densifies geometries preserving the shape of the segments in a given spatial reference by length and/or deviation.
|
| OperatorSimpleRelation |
A base class for simple relation operators.
|
| OperatorSimplify |
Simplifies the geometry or determines if the geometry is simple.
|
| OperatorSimplifyLocalHelper |
|
| OperatorSimplifyLocalHelper.Edge |
|
| OperatorSimplifyLocalHelper.Vertex_info_pg |
|
| OperatorSimplifyOGC |
Simplifies the geometry or determines if the geometry is simple.
|
| OperatorSymmetricDifference |
Symmetric difference (XOR) operation between geometries.
|
| OperatorTouches |
Relational operation Touches.
|
| OperatorUnion |
Union of geometries.
|
| OperatorUnionCursor.Bin_type |
|
| OperatorUnionCursor.Geom_pair |
|
| OperatorWithin |
Relational operation Within.
|
| PeDouble |
|
| PlaneSweepCrackerHelper |
|
| PlaneSweepCrackerHelper.SimplifySweepComparator |
|
| Point |
A Point is a zero-dimensional object that represents a specific (X,Y)
location in a two-dimensional XY-Plane.
|
| Point2D |
Basic 2D point class.
|
| Point3D |
Basic 3D point class.
|
| Polygon |
A polygon is a collection of one or many interior or exterior rings.
|
| PolygonUtils.PiPResult |
|
| Polyline |
A polyline is a collection of one or many paths.
|
| ProgressTracker |
A callback to provide progress and cancel tracking mechanism for lengthy operation.
|
| ProjectionTransformation |
|
| Proximity2DResult |
Proximity operators are used to find the distance between two geometries or
the distance from a given point to the nearest point on another geometry.
|
| QuadTree |
|
| QuadTree.QuadTreeIterator |
|
| QuadTreeImpl |
|
| QuadTreeImpl.Data |
|
| QuadTreeImpl.QuadTreeIteratorImpl |
|
| QuadTreeImpl.QuadTreeSortedIteratorImpl |
|
| RasterizedGeometry2D |
|
| RasterizedGeometry2D.HitType |
|
| RasterizedGeometry2DImpl |
|
| RasterizedGeometry2DImpl.ScanCallbackImpl |
|
| RelationalOperations |
|
| RelationalOperations.OverlapEvent |
|
| RingOrientationFixer |
|
| RingOrientationFixer.Edges |
|
| RingOrientationFixer.RingOrientationTestComparator |
|
| Segment |
A base class for segments.
|
| SegmentBuffer |
A helper class to provide reusable segment, line, etc instances.
|
| SegmentIntersector |
|
| SegmentIntersector.IntersectionPart |
|
| SegmentIterator |
This class provides functionality to iterate over MultiPath segments.
|
| SegmentIteratorImpl |
Provides functionality to iterate over MultiPath segments.
|
| SimpleRasterizer |
Simple scanline rasterizer.
|
| SimpleRasterizer.Edge |
|
| SimpleRasterizer.EdgeComparator |
|
| SimpleRasterizer.ScanCallback |
|
| Simplificator |
|
| SpatialReference |
A class that represents the spatial reference for the geometry.
|
| SpatialReferenceImpl |
|
| SpatialReferenceImpl.Precision |
|
| StridedIndexTypeCollection |
A collection of strides of Index_type elements.
|
| SweepComparator |
|
| SweepComparator.SimpleEdge |
|
| SweepMonkierComparator |
|
| TopoGraph |
|
| Transformation2D |
The affine transformation class for 2D.
|
| Transformation3D |
The 3D affine transformation class.
|
| Treap |
|
| Treap.Comparator |
|
| Treap.MonikerComparator |
|
| VertexDescription |
Describes the vertex format of a Geometry.
|
| VertexDescriptionHash |
A hash object singleton that stores all VertexDescription instances via
WeakReference.
|
| WktParser |
|