Class Geospatial::GeoPolygon

class GeoPolygon : public Geospatial::GeoBase

Public Functions

GeoPolygon(const std::vector<double> &coords, const std::vector<int32_t> &ring_sizes)
GeoPolygon(const std::string &wkt)
void getColumns(std::vector<double> &coords, std::vector<int32_t> &ring_sizes, std::vector<double> &bounds) const
GeoType getType() const
int32_t getNumInteriorRings() const
std::unique_ptr<GeoBase> clone() const

Protected Functions

GeoPolygon(OGRGeometry *geom, const bool owns_geom_obj)

Friends

friend Geospatial::GeoPolygon::GeoTypesFactory