get_Envelope Method

WRAPPER_API Envelope &get_Envelope()

WRAPPER_API const Envelope &get_Envelope() const

 

Description

The get_Envelope method returns an Envelope that defines the area in which this CoordSys is intended to be used.

 

Example

void CoordSys_getEnvelope(GeoCalcPBW::CoordSys & cs)

{

GeoCalcPBW::Envelope env = cs.get_Envelope();

}