Interface | Description |
---|---|
ResultCollector<R> |
Used to collect results of unary operators
|
ResultCollector2<R,S> |
Used to collect the output of binary operators.
|
Shape |
A general 2D shape.
|
ShapeRecordWriter<S extends Shape> |
Class | Description |
---|---|
CellInfo |
Information about a specific cell in a grid.
|
Circle |
A class that represents a circle
|
CSVOGC |
Loads a shape from a specific column in a CSV file.
|
GlobalIndex<S extends Shape> |
A very simple spatial index that provides some spatial operations based
on an array storage.
|
GridInfo |
Stores grid information that can be used with spatial files.
|
GridPartitioner |
A partitioner that partitioner data using a uniform grid.
|
GridRecordWriter<S extends Shape> |
Writes a spatial file where objects are of type S.
|
OGCESRIShape |
A shape class that represents an OGC compliant geometry.
|
OGCJTSShape |
A shape class that represents an OGC compliant geometry.
|
Partition | |
Partitioner |
An interface for spatially partitioning data into partitions.
|
Point |
A class that holds coordinates of a point.
|
Polygon |
A class that represents a polygon using a list of points.
|
Rectangle |
A class that holds coordinates of a rectangle.
|
RTree<T extends Shape> |
A disk-based R-tree that can be loaded using a bulk loading method and
never changed afterwards.
|
RTreeGridRecordWriter<S extends Shape> | |
SpatialAlgorithms | |
SpatialAlgorithms.RectangleID |
MBR of a shape along with its ID.
|
SpatialSite |
Combines all the configuration needed for SpatialHadoop.
|