GEOS  3.6.1
geos::geom::Polygon Member List

This is the complete list of members for geos::geom::Polygon, including all inherited members.

apply_ro(CoordinateFilter *filter) const (defined in geos::geom::Polygon)geos::geom::Polygonvirtual
apply_ro(GeometryFilter *filter) const (defined in geos::geom::Polygon)geos::geom::Polygonvirtual
apply_ro(CoordinateSequenceFilter &filter) constgeos::geom::Polygonvirtual
apply_ro(GeometryComponentFilter *filter) const (defined in geos::geom::Polygon)geos::geom::Polygonvirtual
apply_rw(const CoordinateFilter *filter) (defined in geos::geom::Polygon)geos::geom::Polygonvirtual
apply_rw(GeometryFilter *filter) (defined in geos::geom::Polygon)geos::geom::Polygonvirtual
apply_rw(CoordinateSequenceFilter &filter)geos::geom::Polygonvirtual
apply_rw(GeometryComponentFilter *filter) (defined in geos::geom::Polygon)geos::geom::Polygonvirtual
applyComponentFilter(T &f) constgeos::geom::Geometryinline
AutoPtr typedefgeos::geom::Geometry
buffer(double distance) constgeos::geom::Geometryvirtual
buffer(double distance, int quadrantSegments) constgeos::geom::Geometryvirtual
buffer(double distance, int quadrantSegments, int endCapStyle) constgeos::geom::Geometryvirtual
checkNotGeometryCollection(const Geometry *g) (defined in geos::geom::Geometry)geos::geom::Geometryprotectedstatic
clone() constgeos::geom::Polygoninlinevirtual
compare(std::vector< Coordinate > a, std::vector< Coordinate > b) const (defined in geos::geom::Geometry)geos::geom::Geometryprotected
compare(std::vector< Geometry *> a, std::vector< Geometry *> b) const (defined in geos::geom::Geometry)geos::geom::Geometryprotected
compareTo(const Geometry *geom) const (defined in geos::geom::Geometry)geos::geom::Geometryvirtual
compareToSameClass(const Geometry *p) const (defined in geos::geom::Polygon)geos::geom::Polygonvirtual
computeEnvelopeInternal() const (defined in geos::geom::Polygon)geos::geom::Polygonprotectedvirtual
ConstVect typedefgeos::geom::Polygon
contains(const Geometry *g) constgeos::geom::Geometryvirtual
convexHull() constgeos::geom::Polygonvirtual
coveredBy(const Geometry *g) constgeos::geom::Geometryinline
covers(const Geometry *g) constgeos::geom::Geometry
crosses(const Geometry *g) constgeos::geom::Geometryvirtual
difference(const Geometry *other) constgeos::geom::Geometryvirtual
disjoint(const Geometry *other) constgeos::geom::Geometryvirtual
distance(const Geometry *g) constgeos::geom::Geometryvirtual
envelopegeos::geom::Geometrymutableprotected
equal(const Coordinate &a, const Coordinate &b, double tolerance) const (defined in geos::geom::Geometry)geos::geom::Geometryprotected
equals(const Geometry *g) constgeos::geom::Geometryvirtual
equalsExact(const Geometry *other, double tolerance=0) constgeos::geom::Polygonvirtual
Geometry(const Geometry &geom)geos::geom::Geometryprotected
Geometry(const GeometryFactory *factory)geos::geom::Geometryprotected
geometryChanged() (defined in geos::geom::Geometry)geos::geom::Geometryvirtual
geometryChangedAction()geos::geom::Geometry
GeometryFactory (defined in geos::geom::Polygon)geos::geom::Polygonfriend
getArea() constgeos::geom::Polygonvirtual
getBoundary() constgeos::geom::Polygonvirtual
getBoundaryDimension() constgeos::geom::Polygonvirtual
getCentroid() constgeos::geom::Geometryvirtual
getCentroid(Coordinate &ret) constgeos::geom::Geometryvirtual
getCoordinate() constgeos::geom::Polygonvirtual
getCoordinateDimension() constgeos::geom::Polygonvirtual
getCoordinates() constgeos::geom::Polygonvirtual
getDimension() constgeos::geom::Polygonvirtual
getEnvelope() constgeos::geom::Geometryvirtual
getEnvelopeInternal() constgeos::geom::Geometryvirtual
getExteriorRing() constgeos::geom::Polygon
getFactory() constgeos::geom::Geometryinline
getGeometryN(std::size_t) constgeos::geom::Geometryinlinevirtual
getGeometryType() constgeos::geom::Polygonvirtual
getGeometryTypeId() constgeos::geom::Polygonvirtual
getInteriorPoint() constgeos::geom::Geometryvirtual
getInteriorRingN(std::size_t n) constgeos::geom::Polygon
getLength() constgeos::geom::Polygonvirtual
getNumGeometries() constgeos::geom::Geometryinlinevirtual
getNumInteriorRing() constgeos::geom::Polygon
getNumPoints() constgeos::geom::Polygonvirtual
getPrecisionModel() constgeos::geom::Geometry
getSRID() const (defined in geos::geom::Geometry)geos::geom::Geometryinlinevirtual
getUserData() constgeos::geom::Geometryinline
hasNonEmptyElements(const std::vector< Geometry *> *geometries)geos::geom::Geometryprotectedstatic
hasNullElements(const CoordinateSequence *list)geos::geom::Geometryprotectedstatic
hasNullElements(const std::vector< Geometry *> *lrs)geos::geom::Geometryprotectedstatic
holes (defined in geos::geom::Polygon)geos::geom::Polygonprotected
intersection(const Geometry *other) constgeos::geom::Geometryvirtual
intersects(const Geometry *g) constgeos::geom::Geometryvirtual
isEmpty() constgeos::geom::Polygonvirtual
isEquivalentClass(const Geometry *other) constgeos::geom::Geometryprotectedvirtual
isRectangle() constgeos::geom::Polygonvirtual
isSimple() constgeos::geom::Polygonvirtual
isValid() constgeos::geom::Geometryvirtual
isWithinDistance(const Geometry *geom, double cDistance) constgeos::geom::Geometryvirtual
NonConstVect typedefgeos::geom::Geometry
normalize()geos::geom::Polygonvirtual
overlaps(const Geometry *g) constgeos::geom::Geometryvirtual
Polygon(const Polygon &p) (defined in geos::geom::Polygon)geos::geom::Polygonprotected
Polygon(LinearRing *newShell, std::vector< Geometry *> *newHoles, const GeometryFactory *newFactory)geos::geom::Polygonprotected
Polygonal() (defined in geos::geom::Polygonal)geos::geom::Polygonalinlineprotected
relate(const Geometry *g, const std::string &intersectionPattern) constgeos::geom::Geometryvirtual
relate(const Geometry &g, const std::string &intersectionPattern) const (defined in geos::geom::Geometry)geos::geom::Geometryinline
relate(const Geometry *g) constgeos::geom::Geometryvirtual
relate(const Geometry &g) const (defined in geos::geom::Geometry)geos::geom::Geometryinline
setSRID(int newSRID) (defined in geos::geom::Geometry)geos::geom::Geometryinlinevirtual
setUserData(void *newUserData)geos::geom::Geometryinline
shell (defined in geos::geom::Polygon)geos::geom::Polygonprotected
SRID (defined in geos::geom::Geometry)geos::geom::Geometryprotected
symDifference(const Geometry *other) constgeos::geom::Geometryvirtual
toString() constgeos::geom::Geometryvirtual
toText() const (defined in geos::geom::Geometry)geos::geom::Geometryvirtual
touches(const Geometry *other) constgeos::geom::Geometryvirtual
Union(const Geometry *other) constgeos::geom::Geometry
Union() constgeos::geom::Geometry
within(const Geometry *g) constgeos::geom::Geometryvirtual
~Geometry()geos::geom::Geometryvirtual
~Polygon() (defined in geos::geom::Polygon)geos::geom::Polygonvirtual