![]() |
Agroeye
1.0
|
Class converting raster information into Spatialite Polygon. More...
#include <Geometries.h>
Public Member Functions | |
SpatialitePolygon () | |
Simple constructor Exists only to allow creation classes with SpatialitePolygon as member. More... | |
SpatialitePolygon (Raster &raster, int srid) | |
Constructor preparing object for tranformation. More... | |
SpatialiteBlobWkb | getSpatialiteBlob (const RasterDataGroup &rasterData) const |
Converts given RasterData into Spatialite BLOB WKB object. More... | |
Class converting raster information into Spatialite Polygon.
Class converts fragment of raster image (agroeye::handlers::RasterData)
|
inline |
Simple constructor Exists only to allow creation classes with SpatialitePolygon as member.
agroeye::general::geometry::SpatialitePolygon::SpatialitePolygon | ( | Raster & | raster, |
int | srid | ||
) |
Constructor preparing object for tranformation.
Intializes object with values required for transformation from pixel information into spatialite polygon object
Raster | Reference to raster |
srid | SRID value of raster |
SpatialiteBlobWkb agroeye::general::geometry::SpatialitePolygon::getSpatialiteBlob | ( | const RasterDataGroup & | rasterData | ) | const |
Converts given RasterData into Spatialite BLOB WKB object.
rasterData | RasterData which will be translated into Spatialite Binary Object |