|
Isis 3 Programmer Reference
|
1 #ifndef PolygonSeeder_h
2 #define PolygonSeeder_h
14 #include "geos/geom/Point.h"
15 #include "geos/geom/MultiPolygon.h"
17 #include "Projection.h"
60 virtual std::vector<geos::geom::Point *>
61 Seed(
const geos::geom::MultiPolygon *mp) = 0;
74 QString
StandardTests(
const geos::geom::MultiPolygon *multiPoly,
75 const geos::geom::Envelope *polyBoundBox);
double p_minimumArea
The value for the 'MinimumArea' Keyword in the PolygonSeederAlgorithm group of the Pvl that is passed...
QString p_algorithmName
The value for the 'Name' Keyword in the PolygonSeederAlgorithm group of the Pvl that is passed into t...
virtual PvlGroup PluginParameters(QString grpName)
Plugin parameters.
Container for cube-like labels.
virtual std::vector< geos::geom::Point * > Seed(const geos::geom::MultiPolygon *mp)=0
Pure virtual seed method.
double MinimumArea()
Return the minimum allowed area of the polygon.
double MinimumThickness()
Return the minimum allowed thickness of the polygon.
Contains multiple PvlContainers.
Pvl * invalidInput
The Pvl passed in by the constructor minus what was used.
const PolygonSeeder & operator=(const PolygonSeeder &other)
Assignment operator.
virtual ~PolygonSeeder()
Destroys the PolygonSeeder object.
virtual void Parse(Pvl &pvl)
Initialize parameters in the PolygonSeeder class using a PVL specification.
QString Algorithm() const
The name of the algorithm, read from the Name Keyword in the PolygonSeeder Pvl passed into the constr...
QString StandardTests(const geos::geom::MultiPolygon *multiPoly, const geos::geom::Envelope *polyBoundBox)
Check the polygon to see if it meets standard criteria.
PolygonSeeder(Pvl &pvl)
Create PolygonSeeder object.
double p_minimumThickness
The value for the 'MinimumThickness' Keyword in the PolygonSeederAlgorithm group of the Pvl that is p...
Pvl InvalidInput()
This method returns a copy of the Pvl passed in by the constructor (from a def file probably) minus w...
This class is used as the base class for all PolygonSeeder objects.
This is free and unencumbered software released into the public domain.