geos::AssertionFailedException | Indicates a bug in GEOS code |
geos::Coordinate | Coordinate is the lightweight class used to store coordinates |
geos::CoordinateSequence | The internal representation of a list of coordinates inside a Geometry |
geos::CoordinateSequenceFactory | An object that knows how to build a particular implementation of CoordinateSequence from an array of Coordinates |
geos::DefaultCoordinateSequence | The default implementation of CoordinateSequence |
geos::DefaultCoordinateSequenceFactory | Creates CoordinateSequences internally represented as an array of Coordinates |
geos::Envelope | An Envelope defines a rectangulare region of the 2D coordinate plane |
geos::GeometricShapeFactory | Computes various kinds of common geometric shapes. Allows various ways of specifying the location and extent of the shapes, as well as number of line segments used to form them |
geos::Geometry | Basic implementation of Geometry, constructed and destructed by GeometryFactory |
geos::GeometryCollection | Represents a collection of heterogeneous Geometry objects |
geos::GeometryFactory | Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geometry objects |
geos::GEOSException | Base class for all GEOS exceptions |
geos::HCoordinate | Represents a homogeneous coordinate for 2-D coordinates |
geos::IllegalArgumentException | Indicates one or more legal arguments |
geos::LinearRing | Basic implementation of LinearRing |
geos::LineString | Basic implementation of LineString |
geos::MultiLineString | Basic implementation of MultiLineString objects |
geos::MultiPoint | Models a collection of Point objects |
geos::MultiPolygon | Basic implementation of MultiPolygon |
geos::ParseException | Notifies a parsing error |
geos::Point | Basic implementation of Point |
geos::Polygon | Represents a linear polygon, which may include holes |
geos::PrecisionModel | Specifies the precision model of the Coordinate in a Geometry |
geos::TopologyException | Indicates an invalid or inconsistent topological situation encountered during processing |
geos::UnsupportedOperationException | Indicates that the requested operation is unsopported |
geos::WKBReader | Reads a Geometry from Well-Known Binary format |
geos::WKBWriter | Writes a Geometry into Well-Known Binary format |
geos::WKTReader | WKT parser class; see also WKTWriter |
geos::WKTWriter | Outputs the textual representation of a Geometry. See also WKTReader |