public TMBR GetMBR()
        {
            TGeometry geom = this.GetGeometry();

            if (geom == null)
            {
                return(null);
            }
            else
            {
                return(geom.GetMBR());
            }
        }