WRAPPER_API Envelope &get_Envelope()
WRAPPER_API const Envelope &get_Envelope() const
The get_Envelope method returns an Envelope that defines the area in which this CoordSys is intended to be used.
void CoordSys_getEnvelope(GeoCalcPBW::CoordSys & cs)
{
GeoCalcPBW::Envelope env = cs.get_Envelope();
}