#include <pcidsk_gcpsegment.h>
Public Member Functions | |
|
virtual std::vector< PCIDSK::GCP > const & | GetGCPs (void) const =0 |
| Return all GCPs in the segment. | |
| virtual void | SetGCPs (std::vector< PCIDSK::GCP > const &gcps)=0 |
| Write the given GCPs to the segment. If the segment already exists, it will be replaced with this one. | |
| virtual unsigned int | GetGCPCount (void) const =0 |
| Return the count of GCPs in the segment. | |
| virtual void | ClearGCPs (void)=0 |
| Clear a GCP Segment. | |
| virtual | ~PCIDSKGCPSegment (void) |
| Virtual Destructor. | |
1.5.1