apply_ro(CoordinateFilter *filter) const override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | virtual |
apply_ro(GeometryFilter *filter) const override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | virtual |
apply_ro(GeometryComponentFilter *filter) const override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | virtual |
apply_ro(CoordinateSequenceFilter &filter) const override | geos::geom::GeometryCollection | virtual |
apply_rw(const CoordinateFilter *filter) override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | virtual |
apply_rw(GeometryFilter *filter) override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | virtual |
apply_rw(GeometryComponentFilter *filter) override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | virtual |
apply_rw(CoordinateSequenceFilter &filter) override | geos::geom::GeometryCollection | virtual |
applyComponentFilter(T &f) const | geos::geom::Geometry | inline |
begin() const (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | inline |
buffer(double distance) const | geos::geom::Geometry | |
buffer(double distance, int quadrantSegments) const | geos::geom::Geometry | |
buffer(double distance, int quadrantSegments, int endCapStyle) const | geos::geom::Geometry | |
checkNotGeometryCollection(const Geometry *g) (defined in geos::geom::Geometry) | geos::geom::Geometry | protectedstatic |
clone() const | geos::geom::GeometryCollection | inline |
cloneImpl() const override | geos::geom::GeometryCollection | inlineprotectedvirtual |
compare(const T &a, const T &b) (defined in geos::geom::Geometry) | geos::geom::Geometry | inlineprotectedstatic |
compareTo(const Geometry *geom) const | geos::geom::Geometry | |
compareToSameClass(const Geometry *gc) const override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | protectedvirtual |
computeEnvelopeInternal() const (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | protected |
const_iterator typedef (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | |
ConstVect typedef | geos::geom::Geometry | |
contains(const Geometry *g) const | geos::geom::Geometry | virtual |
convexHull() const | geos::geom::Geometry | virtual |
coveredBy(const Geometry *g) const | geos::geom::Geometry | |
covers(const Geometry *g) const | geos::geom::Geometry | |
crosses(const Geometry *g) const | geos::geom::Geometry | virtual |
difference(const Geometry *other) const | geos::geom::Geometry | |
disjoint(const Geometry *other) const | geos::geom::Geometry | virtual |
distance(const Geometry *g) const | geos::geom::Geometry | virtual |
end() const (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | inline |
envelope (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | mutableprotected |
equal(const CoordinateXY &a, const CoordinateXY &b, double tolerance) const (defined in geos::geom::Geometry) | geos::geom::Geometry | protected |
equals(const Geometry *g) const | geos::geom::Geometry | |
equalsExact(const Geometry *other, double tolerance=0) const override | geos::geom::GeometryCollection | virtual |
equalsIdentical(const Geometry *other) const override | geos::geom::GeometryCollection | virtual |
geometries (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | protected |
Geometry(const Geometry &geom) (defined in geos::geom::Geometry) | geos::geom::Geometry | protected |
Geometry(const GeometryFactory *factory) | geos::geom::Geometry | protected |
geometryChanged() | geos::geom::Geometry | |
geometryChangedAction() override | geos::geom::GeometryCollection | inlineprotectedvirtual |
GeometryCollection(const GeometryCollection &gc) (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | protected |
GeometryCollection(std::vector< std::unique_ptr< Geometry >> &&newGeoms, const GeometryFactory &newFactory) | geos::geom::GeometryCollection | protected |
GeometryCollection(std::vector< std::unique_ptr< T >> &&newGeoms, const GeometryFactory &newFactory) | geos::geom::GeometryCollection | inlineprotected |
GeometryFactory (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | friend |
getArea() const override | geos::geom::GeometryCollection | virtual |
getBoundary() const override | geos::geom::GeometryCollection | virtual |
getBoundaryDimension() const override | geos::geom::GeometryCollection | virtual |
getCentroid() const | geos::geom::Geometry | virtual |
getCentroid(CoordinateXY &ret) const | geos::geom::Geometry | virtual |
getCoordinate() const override | geos::geom::GeometryCollection | virtual |
getCoordinateDimension() const override | geos::geom::GeometryCollection | virtual |
getCoordinates() const override | geos::geom::GeometryCollection | virtual |
getDimension() const override | geos::geom::GeometryCollection | virtual |
getEnvelope() const | geos::geom::Geometry | virtual |
getEnvelopeInternal() const override | geos::geom::GeometryCollection | inlinevirtual |
getFactory() const | geos::geom::Geometry | inline |
getGeometryN(std::size_t n) const override | geos::geom::GeometryCollection | virtual |
getGeometryType() const override | geos::geom::GeometryCollection | virtual |
getGeometryTypeId() const override | geos::geom::GeometryCollection | virtual |
getInteriorPoint() const | geos::geom::Geometry | |
getLength() const override | geos::geom::GeometryCollection | virtual |
getNumGeometries() const override | geos::geom::GeometryCollection | virtual |
getNumPoints() const override | geos::geom::GeometryCollection | virtual |
getPrecisionModel() const | geos::geom::Geometry | |
getSortIndex() const override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | inlineprotectedvirtual |
getSRID() const | geos::geom::Geometry | inline |
getUserData() const | geos::geom::Geometry | inline |
hasCurvedComponents() const override | geos::geom::GeometryCollection | protectedvirtual |
hasDimension(Dimension::DimensionType d) const override | geos::geom::GeometryCollection | virtual |
hasM() const override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | virtual |
hasNonEmptyElements(const std::vector< T > *geometries) | geos::geom::Geometry | inlineprotectedstatic |
hasNullElements(const CoordinateSequence *list) | geos::geom::Geometry | protectedstatic |
hasNullElements(const std::vector< T > *geometries) | geos::geom::Geometry | inlineprotectedstatic |
hasZ() const override (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | virtual |
intersection(const Geometry *other) const | geos::geom::Geometry | |
intersects(const Geometry *g) const | geos::geom::Geometry | virtual |
isCollection() const (defined in geos::geom::Geometry) | geos::geom::Geometry | inline |
isDimensionStrict(Dimension::DimensionType d) const override | geos::geom::GeometryCollection | virtual |
isEmpty() const override | geos::geom::GeometryCollection | virtual |
isEquivalentClass(const Geometry *other) const | geos::geom::Geometry | protectedvirtual |
isLineal() const (defined in geos::geom::Geometry) | geos::geom::Geometry | inline |
isMixedDimension() const (defined in geos::geom::Geometry) | geos::geom::Geometry | |
isMixedDimension(Dimension::DimensionType *baseDim) const (defined in geos::geom::Geometry) | geos::geom::Geometry | |
isPolygonal() const (defined in geos::geom::Geometry) | geos::geom::Geometry | inline |
isPuntal() const (defined in geos::geom::Geometry) | geos::geom::Geometry | inline |
isRectangle() const | geos::geom::Geometry | inlinevirtual |
isSimple() const | geos::geom::Geometry | virtual |
isValid() const | geos::geom::Geometry | |
isWithinDistance(const Geometry *geom, double cDistance) const | geos::geom::Geometry | virtual |
iterator typedef (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | |
multiTypeId(GeometryTypeId typeId) (defined in geos::geom::Geometry) | geos::geom::Geometry | inlinestatic |
NonConstVect typedef | geos::geom::Geometry | |
normalize() override | geos::geom::GeometryCollection | virtual |
operator=(const GeometryCollection &gc) (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | protected |
overlaps(const Geometry *g) const | geos::geom::Geometry | virtual |
Ptr typedef | geos::geom::Geometry | |
relate(const Geometry *g, const std::string &intersectionPattern) const | geos::geom::Geometry | |
relate(const Geometry &g, const std::string &intersectionPattern) const (defined in geos::geom::Geometry) | geos::geom::Geometry | inline |
relate(const Geometry *g) const | geos::geom::Geometry | |
relate(const Geometry &g) const (defined in geos::geom::Geometry) | geos::geom::Geometry | |
releaseGeometries() | geos::geom::GeometryCollection | |
reverse() const | geos::geom::GeometryCollection | inline |
reverseImpl() const override | geos::geom::GeometryCollection | protectedvirtual |
setSRID(int) override | geos::geom::GeometryCollection | virtual |
setUserData(void *newUserData) | geos::geom::Geometry | inline |
SRID (defined in geos::geom::Geometry) | geos::geom::Geometry | protected |
symDifference(const Geometry *other) const | geos::geom::Geometry | |
toGeometryArray(std::vector< std::unique_ptr< T >> &&v) (defined in geos::geom::Geometry) | geos::geom::Geometry | inlineprotectedstatic |
toGeometryArray(std::vector< std::unique_ptr< Geometry >> &&v) (defined in geos::geom::Geometry) | geos::geom::Geometry | inlineprotectedstatic |
toString() const | geos::geom::Geometry | virtual |
toText() const (defined in geos::geom::Geometry) | geos::geom::Geometry | virtual |
touches(const Geometry *other) const | geos::geom::Geometry | virtual |
Union(const Geometry *other) const | geos::geom::Geometry | |
Union() const | geos::geom::Geometry | |
within(const Geometry *g) const | geos::geom::Geometry | virtual |
~Geometry() | geos::geom::Geometry | virtual |
~GeometryCollection() override=default (defined in geos::geom::GeometryCollection) | geos::geom::GeometryCollection | |