Manages "region" objects. More...
#include <rvc/regioncl.h>

Public Member Functions | |
| REGION (const RVC::REGION &rhs) | |
| REGION () | |
| virtual | ~REGION () |
| const SPATREF::COORDREFSYS & | GetCoordRefSys () const |
| const DRECT2D & | GetExtents () const |
| const REGION2D & | GetRegion () const |
| RVC::REGION & | operator= (const RVC::REGION &rhs) |
| void | SetCoordRefSys (const SPATREF::COORDREFSYS &crs) |
| ERRVALUE | SetRegion (const REGION2D ®ion) |
Manages "region" objects.
RVC Object Types that this class supports: RVC::OBJTYPE_Region.
Valid parents for this class:
Read(), Make() and Write() methods inherited from RVCSIMPLE class. View RVCSIMPLE docs for inherited methods
| RVC::REGION::REGION | ( | ) |
| RVC::REGION::REGION | ( | const RVC::REGION & | rhs | ) |
| virtual RVC::REGION::~REGION | ( | ) | [virtual] |
| const SPATREF::COORDREFSYS& RVC::REGION::GetCoordRefSys | ( | ) | const |
Get region COORDREFSYS.
| const DRECT2D& RVC::REGION::GetExtents | ( | ) | const |
Get region extents.
| const REGION2D& RVC::REGION::GetRegion | ( | ) | const |
Obtain region, must be read first.
| RVC::REGION& RVC::REGION::operator= | ( | const RVC::REGION & | rhs | ) |
| void RVC::REGION::SetCoordRefSys | ( | const SPATREF::COORDREFSYS & | crs | ) | [inline] |
Set coordinate reference system.
| crs | New Coordinate Reference System |
1.6.1