1#ifndef StripPolygonSeeder_h
2#define StripPolygonSeeder_h
10#include "geos/geom/Point.h"
11#include "geos/geom/MultiPolygon.h"
12#include "PolygonSeeder.h"
58 std::vector<geos::geom::Point *>
Seed(
const geos::geom::MultiPolygon *mp);
This class is used as the base class for all PolygonSeeder objects.
Contains multiple PvlContainers.
Container for cube-like labels.
Seed points using a grid with a staggered pattern.
double p_Xspacing
The spacing in the x direction between points.
virtual ~StripPolygonSeeder()
Destructor.
std::vector< geos::geom::Point * > Seed(const geos::geom::MultiPolygon *mp)
Seed a polygon with points.
StripPolygonSeeder(Pvl &pvl)
Construct a StripPolygonSeeder algorithm.
double p_Yspacing
The spacing in the y direction between points.
virtual void Parse(Pvl &pvl)
Parse the StripSeeder spicific parameters from the PVL.
virtual PvlGroup PluginParameters(QString grpName)
Plugin parameters.
This is free and unencumbered software released into the public domain.