GEOS
3.14.0dev
|
This is the complete list of members for geos::geom::GeometryFactory, including all inherited members.
buildGeometry(std::vector< std::unique_ptr< Geometry >> &&geoms) const | geos::geom::GeometryFactory | |
buildGeometry(std::vector< std::unique_ptr< Point >> &&geoms) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
buildGeometry(std::vector< std::unique_ptr< LineString >> &&geoms) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
buildGeometry(std::vector< std::unique_ptr< Polygon >> &&geoms) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
buildGeometry(T from, T toofar) const | geos::geom::GeometryFactory | inline |
buildGeometry(const std::vector< const Geometry * > &geoms) const | geos::geom::GeometryFactory | |
create() | geos::geom::GeometryFactory | static |
create(const PrecisionModel *pm) | geos::geom::GeometryFactory | static |
create(const PrecisionModel *pm, int newSRID) | geos::geom::GeometryFactory | static |
create(const GeometryFactory &gf) | geos::geom::GeometryFactory | static |
createCircularString(bool hasZ, bool hasM) const | geos::geom::GeometryFactory | |
createCircularString(const CircularString &ls) const | geos::geom::GeometryFactory | |
createCircularString(std::unique_ptr< CoordinateSequence > &&coordinates) const | geos::geom::GeometryFactory | |
createCircularString(const CoordinateSequence &coordinates) const | geos::geom::GeometryFactory | |
createCompoundCurve() const | geos::geom::GeometryFactory | |
createCompoundCurve(std::vector< std::unique_ptr< SimpleCurve >> &&) const | geos::geom::GeometryFactory | |
createCurvePolygon(bool hasZ, bool hasM) const | geos::geom::GeometryFactory | |
createCurvePolygon(std::unique_ptr< Curve > &&shell) const | geos::geom::GeometryFactory | |
createCurvePolygon(std::unique_ptr< Curve > &&shell, std::vector< std::unique_ptr< Curve >> &&holes) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createEmpty(int dimension) const | geos::geom::GeometryFactory | |
createEmpty(GeometryTypeId typeId) const | geos::geom::GeometryFactory | |
createEmptyGeometry(GeometryTypeId type=GEOS_GEOMETRYCOLLECTION, bool hasZ=false, bool hasM=false) const | geos::geom::GeometryFactory | |
createGeometry(const Geometry *g) const | geos::geom::GeometryFactory | |
createGeometryCollection() const | geos::geom::GeometryFactory | |
createGeometryCollection(std::vector< std::unique_ptr< T >> &&newGeoms) const | geos::geom::GeometryFactory | inline |
createGeometryCollection(const std::vector< const Geometry * > &newGeoms) const | geos::geom::GeometryFactory | |
createLinearRing(std::size_t coordinateDimension=2) const | geos::geom::GeometryFactory | |
createLinearRing(bool hasZ, bool hasM) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createLinearRing(std::unique_ptr< CoordinateSequence > &&newCoords) const | geos::geom::GeometryFactory | |
createLinearRing(const CoordinateSequence &coordinates) const | geos::geom::GeometryFactory | |
createLineString(std::size_t coordinateDimension=2) const | geos::geom::GeometryFactory | |
createLineString(bool hasZ, bool hasM) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createLineString(const LineString &ls) const | geos::geom::GeometryFactory | |
createLineString(std::unique_ptr< CoordinateSequence > &&coordinates) const | geos::geom::GeometryFactory | |
createLineString(const CoordinateSequence &coordinates) const | geos::geom::GeometryFactory | |
createMulti(std::unique_ptr< Geometry > &&geom) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createMultiCurve() const | geos::geom::GeometryFactory | |
createMultiCurve(std::vector< std::unique_ptr< Geometry >> &&fromCurves) const | geos::geom::GeometryFactory | |
createMultiCurve(std::vector< std::unique_ptr< Curve >> &&fromCurves) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createMultiLineString() const | geos::geom::GeometryFactory | |
createMultiLineString(const std::vector< const Geometry * > &fromLines) const | geos::geom::GeometryFactory | |
createMultiLineString(std::vector< std::unique_ptr< LineString >> &&fromLines) const | geos::geom::GeometryFactory | |
createMultiLineString(std::vector< std::unique_ptr< Geometry >> &&fromLines) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createMultiPoint() const | geos::geom::GeometryFactory | |
createMultiPoint(const T &fromCoords) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | inline |
createMultiPoint(std::vector< std::unique_ptr< Point >> &&newPoints) const | geos::geom::GeometryFactory | |
createMultiPoint(std::vector< std::unique_ptr< Geometry >> &&newPoints) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createMultiPoint(const std::vector< const Geometry * > &fromPoints) const | geos::geom::GeometryFactory | |
createMultiPoint(const CoordinateSequence &fromCoords) const | geos::geom::GeometryFactory | |
createMultiPolygon() const | geos::geom::GeometryFactory | |
createMultiPolygon(const std::vector< const Geometry * > &fromPolys) const | geos::geom::GeometryFactory | |
createMultiPolygon(std::vector< std::unique_ptr< Polygon >> &&fromPolys) const | geos::geom::GeometryFactory | |
createMultiPolygon(std::vector< std::unique_ptr< Geometry >> &&fromPolys) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createMultiSurface() const | geos::geom::GeometryFactory | |
createMultiSurface(std::vector< std::unique_ptr< Geometry >> &&from) const | geos::geom::GeometryFactory | |
createMultiSurface(std::vector< std::unique_ptr< Surface >> &&from) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createPoint(std::size_t coordinateDimension=2) const | geos::geom::GeometryFactory | |
createPoint(bool hasZ, bool hasM) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createPoint(const Coordinate &coordinate) const | geos::geom::GeometryFactory | |
createPoint(const CoordinateXY &coordinate) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createPoint(const CoordinateXYM &coordinate) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createPoint(const CoordinateXYZM &coordinate) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createPoint(std::unique_ptr< CoordinateSequence > &&coordinates) const | geos::geom::GeometryFactory | |
createPoint(const CoordinateSequence &coordinates) const | geos::geom::GeometryFactory | |
createPointFromInternalCoord(const Coordinate *coord, const Geometry *exemplar) (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | static |
createPolygon(std::size_t coordinateDimension=2) const | geos::geom::GeometryFactory | |
createPolygon(bool hasZ, bool hasM) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createPolygon(std::unique_ptr< LinearRing > &&shell) const | geos::geom::GeometryFactory | |
createPolygon(std::unique_ptr< LinearRing > &&shell, std::vector< std::unique_ptr< LinearRing >> &&holes) const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
createPolygon(CoordinateSequence &&coords) const | geos::geom::GeometryFactory | |
createPolygon(const LinearRing &shell, const std::vector< LinearRing * > &holes) const | geos::geom::GeometryFactory | |
destroy() | geos::geom::GeometryFactory | |
destroyGeometry(Geometry *g) const | geos::geom::GeometryFactory | |
Geometry (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | friend |
GeometryFactory() | geos::geom::GeometryFactory | protected |
GeometryFactory(const PrecisionModel *pm) | geos::geom::GeometryFactory | protected |
GeometryFactory(const PrecisionModel *pm, int newSRID) | geos::geom::GeometryFactory | protected |
GeometryFactory(const GeometryFactory &gf) | geos::geom::GeometryFactory | protected |
getDefaultInstance() | geos::geom::GeometryFactory | static |
getPrecisionModel() const | geos::geom::GeometryFactory | inline |
getSRID() const (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | inline |
Ptr typedef (defined in geos::geom::GeometryFactory) | geos::geom::GeometryFactory | |
toGeometry(const Envelope *envelope) const | geos::geom::GeometryFactory | |
~GeometryFactory() | geos::geom::GeometryFactory | protectedvirtual |