GEOS 3.11.1
geos::geom::GeometryFactory Member List

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

buildGeometry(std::vector< Geometry * > *geoms) constgeos::geom::GeometryFactory
buildGeometry(std::vector< std::unique_ptr< Geometry > > &&geoms) const (defined in geos::geom::GeometryFactory)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) constgeos::geom::GeometryFactoryinline
buildGeometry(const std::vector< const Geometry * > &geoms) constgeos::geom::GeometryFactory
create()geos::geom::GeometryFactorystatic
create(const PrecisionModel *pm, int newSRID, CoordinateSequenceFactory *nCoordinateSequenceFactory)geos::geom::GeometryFactorystatic
create(CoordinateSequenceFactory *nCoordinateSequenceFactory)geos::geom::GeometryFactorystatic
create(const PrecisionModel *pm)geos::geom::GeometryFactorystatic
create(const PrecisionModel *pm, int newSRID)geos::geom::GeometryFactorystatic
create(const GeometryFactory &gf)geos::geom::GeometryFactorystatic
createEmpty(int dimension) constgeos::geom::GeometryFactory
createEmptyGeometry() constgeos::geom::GeometryFactory
createGeometry(const Geometry *g) constgeos::geom::GeometryFactory
createGeometryCollection() constgeos::geom::GeometryFactory
createGeometryCollection(std::vector< Geometry * > *newGeoms) constgeos::geom::GeometryFactory
createGeometryCollection(std::vector< std::unique_ptr< T > > &&newGeoms) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactoryinline
createGeometryCollection(const std::vector< const Geometry * > &newGeoms) constgeos::geom::GeometryFactory
createLinearRing() constgeos::geom::GeometryFactory
createLinearRing(CoordinateSequence *newCoords) constgeos::geom::GeometryFactory
createLinearRing(std::unique_ptr< CoordinateSequence > &&newCoords) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createLinearRing(std::vector< Coordinate > &&coordinates) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createLinearRing(const CoordinateSequence &coordinates) constgeos::geom::GeometryFactory
createLineString(std::size_t coordinateDimension=2) constgeos::geom::GeometryFactory
createLineString(const LineString &ls) constgeos::geom::GeometryFactory
createLineString(CoordinateSequence *coordinates) constgeos::geom::GeometryFactory
createLineString(std::unique_ptr< CoordinateSequence > &&coordinates) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createLineString(std::vector< Coordinate > &&coordinates) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createLineString(const CoordinateSequence &coordinates) constgeos::geom::GeometryFactory
createMultiLineString() constgeos::geom::GeometryFactory
createMultiLineString(std::vector< Geometry * > *newLines) constgeos::geom::GeometryFactory
createMultiLineString(const std::vector< const Geometry * > &fromLines) constgeos::geom::GeometryFactory
createMultiLineString(std::vector< std::unique_ptr< LineString > > &&fromLines) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createMultiLineString(std::vector< std::unique_ptr< Geometry > > &&fromLines) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createMultiPoint() constgeos::geom::GeometryFactory
createMultiPoint(std::vector< Geometry * > *newPoints) constgeos::geom::GeometryFactory
createMultiPoint(std::vector< Coordinate > &&newPoints) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createMultiPoint(std::vector< std::unique_ptr< Point > > &&newPoints) const (defined in geos::geom::GeometryFactory)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) constgeos::geom::GeometryFactory
createMultiPoint(const CoordinateSequence &fromCoords) constgeos::geom::GeometryFactory
createMultiPoint(const std::vector< Coordinate > &fromCoords) constgeos::geom::GeometryFactory
createMultiPolygon() constgeos::geom::GeometryFactory
createMultiPolygon(std::vector< Geometry * > *newPolys) constgeos::geom::GeometryFactory
createMultiPolygon(const std::vector< const Geometry * > &fromPolys) constgeos::geom::GeometryFactory
createMultiPolygon(std::vector< std::unique_ptr< Polygon > > &&fromPolys) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createMultiPolygon(std::vector< std::unique_ptr< Geometry > > &&fromPolys) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createPoint(std::size_t coordinateDimension=2) constgeos::geom::GeometryFactory
createPoint(const Coordinate &coordinate) constgeos::geom::GeometryFactory
createPoint(CoordinateSequence *coordinates) constgeos::geom::GeometryFactory
createPoint(const CoordinateSequence &coordinates) constgeos::geom::GeometryFactory
createPointFromInternalCoord(const Coordinate *coord, const Geometry *exemplar) const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
createPolygon(std::size_t coordinateDimension=2) constgeos::geom::GeometryFactory
createPolygon(LinearRing *shell, std::vector< LinearRing * > *holes) constgeos::geom::GeometryFactory
createPolygon(std::unique_ptr< LinearRing > &&shell) const (defined in geos::geom::GeometryFactory)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(std::vector< Coordinate > &&coords) constgeos::geom::GeometryFactory
createPolygon(const LinearRing &shell, const std::vector< LinearRing * > &holes) constgeos::geom::GeometryFactory
destroy()geos::geom::GeometryFactory
destroyGeometry(Geometry *g) constgeos::geom::GeometryFactory
Geometry (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactoryfriend
GeometryFactory()geos::geom::GeometryFactoryprotected
GeometryFactory(const PrecisionModel *pm, int newSRID, CoordinateSequenceFactory *nCoordinateSequenceFactory)geos::geom::GeometryFactoryprotected
GeometryFactory(CoordinateSequenceFactory *nCoordinateSequenceFactory)geos::geom::GeometryFactoryprotected
GeometryFactory(const PrecisionModel *pm)geos::geom::GeometryFactoryprotected
GeometryFactory(const PrecisionModel *pm, int newSRID)geos::geom::GeometryFactoryprotected
GeometryFactory(const GeometryFactory &gf)geos::geom::GeometryFactoryprotected
getCoordinateSequenceFactory() constgeos::geom::GeometryFactoryinline
getDefaultInstance()geos::geom::GeometryFactorystatic
getPrecisionModel() constgeos::geom::GeometryFactoryinline
getSRID() const (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactoryinline
Ptr typedef (defined in geos::geom::GeometryFactory)geos::geom::GeometryFactory
toGeometry(const Envelope *envelope) constgeos::geom::GeometryFactory
~GeometryFactory()geos::geom::GeometryFactoryprotectedvirtual